urldecode question
How would I format this line of code properly?
<?php echo urldecode($_GET['Title']); ?
I face problems to extract data from one table and insert it in another one
Hi,
For modifications, I have to extract data from one table and insert it in another one
How to set pass login name from htaccess to php
When the user logs into my members page via htaccess, I'd like to retain the username so that I can
How to disable direct access to a file
Suppose I've 2 Files. 1.php & 2.php
I don't want anybody to access 2.php directly fr
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
how do i make a string??
hey guys,
can someone please tell me how to put data from the glob function into a string
Problem related to Creation of PDF File?
Hi All,
I am facing a problem related to creation pdf file. when I am creating a pdf file of do
PHP code needed to get/post form fields and request mysql query results.
I'm new to PHP
I've created an html form to allow the user to request a basic telephone dire
reading xml faster than DB call?
I am trying to optimize a high traffic website, and I enabled a feature where there are three photos
Registration
ok so i have a site where people can register and login which works now thanks to someone on here th