Dynamic links in an include file
I am working on a small piece of code that counts records from a database and displays the result to
How to kill asynchronous postback / current postback?
Hi,here is my problem:I have a web site with many pages of which some may take time to process resul
Upload, SSL and more php help
I recently just installed a ssl cert and do i use https for the whole site or just for the checkout.
Feed Maker
Hi all.
First of all I must say I am not a php developer so I am afraid I don't know much about i
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
UTL File problem
Hi
I have a file in certain path with the following permissions (The file is a dummy file witho
form variables from database help.
Hi all,
I would like to have a form that gives you options based on the results of an mysql q
php unable to sent email
Hi, guys, I try to send a email through php but unfortunately the mail unable to sent. Here is my co
problem with GROUP BY and ORDER BY
i usually use this query to display the last 10 entries from a sql table:
Code: $query = &quo
urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?