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
images aren't rendering
I'm trying to call a JPG file from within PHP (in an effort to hide the actual JPG folder). The imag
Querying info from one table based on info in another
Hi, I am currently trying to make a part for my user driven website where one user can subscribe to
Session login issue
I'm wondering how to fix a problem I'm having with a session-based login system
Say I go to h
Problem with passing variables
I'm not really a php programmer so I'm really struggling with this issue.
I have a banner s
Join Query Help
Hi all,
I am having problems with the below code, which we shall call 'my first join query'!
How to search for several parameters from objects in a database?
I have a database with lots of information about objects.
Now I would like to search for 4 or 5 p
Printing a webpage
I use this to print the webpage:
o
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
Making multiple rows with one query
I have a table called efed_handler_characters with two fields handler_id and bio_id. What query 2 is