Adding delete feature to my forum
Hello I am currently trying to add a delete feature to my forum. I believe I have everything built r
turning an array into a string then poping it into a db
Hi im just wondering how you get a requested array into a single string then pop it into the db so f
PHP Display Telephone Number On Referrer
I have used the php below to show a different telephone number in the header of the site depending u
TCP Sending Unsigned Char...
Hi...
I want to send over tcp/ip some data, i have the data in hexadecimal, and when i tr
How to Handle more than one submit button in single form?
Hi
I have one PHP file which contains one Form. In this form there are two Submit type Buttons
help retrieiving results and doing pagination
Having some trouble trying to get the results to show on more than just one page.
What is ha
Update Database
Hi All,
I have a problem with this:
Code: [Select]<?php
session_start();
2 things: enter doesn't work in IE & empty form
i have this search form that works well except for 2 things.
1) on IE when i hit enter instea
Executing an exe
Hi. I have some bizarre problem with exec (other any other method) to launch exe's. I am making a ga
Rounding a number queried from a database
I know that to display a rounded number you just do echo "round($number)";. But how would