Creating an invoice
Using fpdf I am trying to create an invoice to send to clients. The products are sold in pricing tie
Help on Order Entry Form/System Where is best to begin.
I have a dilema and a very short amount of time at this point and I'm looking for some help on decid
Linux socket programming
Where can I find a good introduction to socket programming?
how to populate a drop down box
Hi buddies!
PROCEDURE DOWNLOAD_REPORT_FORM (report_name varchar)
is
begin
DOWNLO
how can i expire the submitted page using session.
hi,
i'm new to php world.
i'm using "post" method.
when i submit it,data goes to
Need help with an email blocker for a guessbook
I am new with php and here is a simple guessbook page but I am being hit with spam from a group of t
Strange php code found on my website
I got hacked and the following code was placed within my files:
Code: [Select]<?
/*
Accept only alpha characters
I've got this bit of code ready for accepting a phrase:
Code: if (!eregi ("", $_POS
need help in update query
i create a form for update. there are 8 columns in my mysql table. on my main page all the data is r
Escape Latin Characters
I need to escape latin characters in an xml doc. Example: "é" is escaped to "é". I thoug