parse error
On my local machine I keep getting parse error for my footer. When I put it online, it doesn't show
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
Opening Multiple Files/Links in Order.
I want to open links in order/one-by-one and check each for a specific string.
Example:
I
Sendmail.php - heading error following check_input
Hi,
I would greatly appreciate some help? I am brand new to PHP and have been searching and e
Help a newbee save my job !
Hey guys i am dying here i am new to php and would like for someone to help me with this problem
Simple AND question
Hello,
I've got following code:
Code: if(strpos($row[13],"http://")
Putting double spaces instead of single spaces
Im looking at trying to replace all single spacing between fields with double spacing
At pres
What makes a script your own?
If someone finds a login script online, and changes some variable names around and some other minor
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
mysqli_fetch_assoc returns multiple arrays, how to return a single array
Hello, I am using mysqli_fetch_assoc which is returning multiple rows, so it looks like:
Code