New Login Script
Hi all, i attempted to create a whole new login script witch isnt working for some reason i dont kno
Blank record injected into database
I always found several blank records inside my database, although $SESSION is required to insert the
Something like an INI editor or a DelimitedText-Editor
Hi all,
Am very, very, very new to PHP and not sure if I should be posting this to a Javascri
no idea what to do...
I'm fed up. I had issues with code that I have working on a different site that didn't work on my cu
Using mysql_real_escape_string for displayed content
On my website users can input data into a textarea and it will store it in the mysql database. But,
Calling strings from other php class
I have test1.php{
$string1;
$string2;
....
... //10 strings in this class <
While Problem
i am having a problem with a while statement here is the code
Code: [Select]<?php
sess
Help with explandable category tree
I have the below query:
SELECT l1.id as lev1_id,l2.id as lev2_id,l3.id as lev3_id,l1.categ
Why is this function returning a false value when it shouldn't be??
This is in an include file. I want it to check a value in an html form and see if it's just white s
Changing color in GD via variable?
Hey guys, I'm new here. x)
I'm very much a noob when it comes to PHP, but I'm trying to learn