mysql_real_escape_string making variable equal nothing
i post a form and i post the variable:
Code: $var = $_POST[variable];then i echo $var its what i
Extract text from string
Hi folks,
I have a string that looks like this:
aaaaaaaaaa:
bbbbbbbbbb (ccccccccc)
eregi to preg
Im converting my regex for php 5.3 and I am stuck on the following
Code: [Select]if((eregi(&q
remove trailing slash from array
I have the following array which contains trailing slashes I need to remove. What is the best way to
calendar dates and hours compare problem
i have a calendar in wordpress, everything works great except that i can make 2 meetings at the same
Auto fill in input value based on User_ID
Hello,
I'm looking form some input on the following problem.
User loads page ->
Strange
I recently noticed some odd HTML appear in some of the websites I host. Not all of them are run on a
Inserting 100x and 100y coordinates in mysql table - easy
Is there a way to insert this data into a mysql table named 'map' with the fields: 'x int 3' , 'y in
apart from cron
I need to run a php file every one hour. Is there any other solution apart from cron job?
How to change Time Zone
HI
I want to change the time zone of the server to another country.How can do that?
Thanks