User feedback after MySQL query has been executed
Hi all, I've just registered on PHPFreaks because I've got a question that I simply can't work out b
The type or namespace name 'ServiceModel' does not exist in the namespace 'System'
When I locally run the website, it works just fine, but when I uploaded it to the hosting environmen
onclick problem
I have <input type="text" name="message">
<a href=page2.
How do I send data using an html link
Hi
If I have
<a href="main_file.php">
How do I send data t
Convert array to string and write to csv file
I am looking to write a MySQL query to a csv file.
At the minute I:
check for the orig
Code error with Index.php
Error: Parse error: syntax error, unexpected T_STRING, expecting ',' or ';' in /home/runevid/public_
Select all entries from database that include a phrase
I have a database of clubs - one of the categories is meeting time and place
I would like to have
displaying unknown amount of results
I am reading a directory and getting a list of folders in the directory, I want to display the folde
Login Issue's
Code: <?php
$file = fopen('user.txt', 'r');
/* Set login to false initially */
RadioButtonList data selection
view plaincopy to clipboardprint?