What is escaping to php?
No Answer is Posted For this Question
Be the First to Post Answer
How to set a page as a home page in a php based site?
How to create a session? How to set a value in session? How to remove data from a session?
how to track user logged out or not? when a user is idle?
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?
Dear Sir, i am a frasher and now i got a job offer from AentteQ Software Technologies for PHP developer.. so i am in confusion that is PHP correct for my carrer or i shud choose other then php for my carrer...plz suggest me
What are the advantages of php mysql?
I am a 2007 Passed out, Jobless for almost 2.6 years. I am preparing myself as a Php programmer. Will i get a job in Php and can any one guide me please.
Is salary a ratio or interval?
What is the purpose of a query?
Who is the father of php and what is the current version of php and mysql?
How do you end a function in python?
what is variable scope, which variables are accessible from where and what are "undefined variable" errors?