PHP loop
Okay so I have several "articles" stored in a mysql database and am attempting to echo tho
$GPRMC and NMEA how to extract from report
Hi There,
Im a little bi lost and not sure where to start with this one, ive got a small gps
limitations on array_unique()
Does any one know what/how imitations are applied to array_unique? I have an issue where no matter h
Ignore html and bbcode?
I've created a function to limit the amount of text according to the amount of words.
However
Content-Disposition: attachment; filename=... not working as i thought it should
taken the following code from the php.net site the script is not working.
what is not happeni
Sort a two dimensional array.
Hi. I've set up a two dimensional array that reads as follows:
Code: $modifiedData = array(
empty() error
Why does
Code: empty($USER_ID = $_SESSION["USER_ID"])
create this error...
how can we add data from dynamic fields to mysql db in php
i have a script which i found on the internet. i modify that script according to my needs. what is i
Php - mysql store data and use it later?
Hi, i' making a login page at the moment, however my username + password is stored many different pl
storing results of a function - previous result overwritten with new result
I have created a function to validate input.
function validate_dimension($value,$name) {
<