modifying query string with no page refresh
Hi everybody,
I've tried to get info about my problem all over the internet but i didn't find out
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
Transform value 0 in no and 1 in yes help needed
Hello,
I have this in the table: "value" type int 0 to represent false and 1 to represe
PHP5 - AJAX help
I've been following the tutorial on w2schools (http://www.w3schools.com/php/php_ajax_database.asp) a
Problem!
I have another problem, when i run this code i get this error "Parse error: syntax error, unexp
why is it over writing
Code: $filepaths[] = $_FILES['new_image'];
foreach ($filepaths as $filepath)
{
$imagename =
MySQL issue
I am taking sentences through a form on page. Then checking some condition and trying to insert them
Problem with variable declaration in switch statement
Hello, I am having some trouble assigning a value to a variable inside a switch statement. What I a
Read from a text file after a specific word
Hi all.
I have a text file that looks like the one below.
I know how to open the text fi
grouping within a foreach?
hello all,
I currently have a list of products spit out from my db via a foreach loop. Right