Using the $_GET variable to view certain records
Hello,
First let me explain my problem, I have 2 pages the first page pull a list of Guide ti
date function help
i need help with date function
Code: [Select]<!DOCTYPE HTML PUBLIC "-//W3C//DTD H
retrieving images from mysql database using php
So I've been trying to figure out how to store images in a mysql database, and as far as i can tell
SHOW TABLES Help
Hi all
I have the following
Code: [Select]<?php
$sql = "SHOW TABLES&quo
Can't seem to capture a variable in a chained select
I'm *this* close to having a chained select running but for some reason it doesn't seem to be pickin
count only commas outside parenteses
I have a sql table containing
id - query - query name
the first page contains a drop down men
Hyperlink is adding an extra gap to variable
Hi, here's my problem..
I have a php generated page with a hyperlink which opens in a new win
A problem with my GD class
Hello,
I created a nice (and simple for now) GD class.
The problem is , it works great on
Convert .fdf to .pdf
I currently have a web form that uploads the form data to an .fdf file and emails it.
However
Typedef struct vs just struct
Anyone know the rationale for using typedef for structs when a struct is itself a typedef? I have s