Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
100% Quality Score
Upvotes Received
1
Posts with Upvotes
1
Upvoting Members
1
Downvotes Received
0
Posts with Downvotes
0
Downvoting Members
0
0 Endorsements
~12.7K People Reached

8 Posted Topics

Member Avatar for chunguy

you can print directly to a printer held on the clients machine. the php_printer.dll is needed which can be found in the PECL downloads. once you have downloaded and copyed the php_printer.dll into your extensions folder i.e. c:\php\ext edit the php.inin in c:\php\ and add a line extension=php_printer.dll line in …

Member Avatar for eagoweb
1
10K
Member Avatar for psycho007

Hi All I was wondering if somebody could help me as this is driving me crazy. I am trying to send an array from a mysql_fetch_array result to a seporate table. I have the following code: [code=php] include("config.php"); $result7 = mysql_query("SELECT * from order_total"); while($row = mysql_fetch_array($result7)) { $test = …

Member Avatar for psycho007
0
145
Member Avatar for psycho007

Hi there I was wondering if anybody knew how to change the below code (which currently defaults to a MS Access database) to a mysql database. The below code is apart of a Caller ID software [code=vb6] Private Sub OpenDataBase() Set fo = New FileSystemObject Set wrk = CreateWorkspace("", "admin", …

Member Avatar for psycho007
0
138
Member Avatar for psycho007

cut a long story short I have 2 tables, one called orders_total and another called orders_complete. the total_oders table contains rows of what the customer has ordered to eat i.e. colum called 'item' contains the item description colum called 'cost' contains the item cost for example i can sucessfully display …

Member Avatar for psycho007
0
140
Member Avatar for Venom Rush

if i remember re calling this. I believe if you do not specify a file location for the file to be uploaded i believe it uses a default temporary location within the php.ini file. take a look at the php.net website for mor information

Member Avatar for mexabet
0
87
Member Avatar for Modo

try the case statement, this would make things alot easier to code and to read. Regards

Member Avatar for Modo
0
178
Member Avatar for psycho007

Hi Does anybody know if there is away for php to open a port i.e. com1 which is connected to the modem and pole for a incoming call? idealy I would like php to display CID (caller ID) from incoming call, then insert it into a mysql database. or pop …

0
125
Member Avatar for psycho007

Hi there, was wondering if somebody could help me. I currently have a project to create a php/mysql system for a local pizza company, a touch screen system. Cut a long story short, I need to be able to print multiple lines from a txt file. I have got the …

Member Avatar for psycho007
1
2K

The End.