PHP hyperlinks generator - HELP plz
Hi
I need some help to get this done using php:
1 - I have few hyperlinks say 500
PHP Directory Listing Not working
Hey Guys,
I need help, I tried a ton of directory listing scripts and they all don't work. Al
List/Menu Box
On an edit page when you want something to select what a user has previously selected from the datab
php ajax - two drop down list with a submit button
i have created a form with 2 drop-down list and a submit button. I would like to know how to pass th
Replacing a string on click of a button
Hi! Is there a way to replace a string on a click of a text link?
This is what I've come up w
LOOPing Problem
Hello All!
The following code loops through the data and displays the data accordingly. My p
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
Retrieving the 25 most recently added entries from all tables in a MySQL databas
Hello,
The code below works great. It creates a table that shows the 25 most recently added t
parsing error
can anyone explain this syntax error:
Parse error: syntax error, unexpected T_IF
The e
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <