PHP using IF to display error
i have a MySQL query and i want to display 1 thing only if the number of affected rows is >=1
check_changed_data - I can't get data from the called method event
I use check_changed_data to trigger my event method.
The method delivers er_changed_data.
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
I need help with formatting date from mysql! with php!
Hello guys
*Note: this is a php question not MySQL question, please do not move it to mysql s
getting rid of quotes in strings
sick of trying to deal with them in multiple ways (entering in and taking from database, echoing, ec
ereg_replace()
Basically what i need to do is
$title = "This Suck's"
$striped = ereg_repl
Having a problem get the selected item from a drop down menu
I have been looking at this for days now.
I have a drop down menu that get it's values from a
SQL Injection
In my attempts to protect my database from mySQL injection I have created another problem for myself
preg_match logical error
Code: <?php
$s = file_get_contents("page.html");
preg_match('/<div cla
If a form submits back to same page do you need to use $get
IM trying to pass page number and year that was selected back to the same page.
i have this c