Display Database
I need to create a shopping cart. I found this code online: http://conceptlogic.com/jcart/
Unfort
Character increment
Hi,
I am facing a scenario like above,but in my case i want to show up like Col A,Col B etc..
login from external site
Hi my new experience begins, Now what i am trying to do is i make three pages, login.php logout.php
PHP Session Issue
I'm having an issue with one section on my website dealing with sessions. Now I know that myself and
Help with captcha script needed
Hello,
I am working on a script where reCAPTCHA or a similar form of CAPTCHA will be used, f
question about stripslashes and real_escape_string
im cleaning up an old app that I wrote fixing some of the vulernabilities from attacks.
I hav
Record count of entire database
Does anyone know if there is a way to obtain the number of records in each table of the database usi
I need desperate help with this php code integrated with flash please
Can someone please help me with this php code which I have been stuck on for weeks . I am trying to
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
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