Can we override static method?
No Answer is Posted For this Question
Be the First to Post Answer
Tell me how would you declare a function that receives one parameter name hello?
How to download and install php on windows?
Can php replace javascript?
is anybody upload more than 100mb file using PHP upload script in ONLINE SERVER (using .htaccess file)? please give some idea...
Is php still used?
What is the best php framework 2018?
How to Retrieve the Session ID of the Current Session?
if i give Limit for mysql query through php command line script like this for ex. $limit=500; $total_items = 1500; for($start=0;$start<$total_items;){ $command = "/usr/bin/php -q /home/sitename/public_html/admin/feedmanager/test.php feedid ".$_GET['feedid']." start ".$start." end ".$limit ; $start = $start+$limit; $command_result = system($command); } so it's execute command for 3 times so it give limit to sql query but if i have 27000 data so it takes long time? so my question is that is that any way from php command line script that i can use for collect all the data at once?
how to maintained the session from one page to another page based on the url and then entered into the first page is logging into instead of secondpage it goes to the another url.ie first login session togoes to the one url and next login session it goes to another url how is it possible in php please give me answer in that question
How to convert any type of video formate in flv formate in php can any buddy give me coding.
What is overriding in php?
How to create a table using php?