[PHP] imagefrompng() question

2006-05-15 Thread D A GERM
I'm having difficulty displaying text after imagefrompng(). I'm using PEARS's Image_Barcode to displa a barcode and trying to wrap imagefrompng() around it. I am able to display the barcode properly but not the rest of my document (a mix a text and other images). Is there a proper heading I

Re: [PHP] html forms in php

2005-09-15 Thread D A GERM
by accident. I would like to create an additionnal window that would appear that would ask: Are you sure? and then a yes and no buttons to confirm the deletion or to cancel the command. Any thougts?? Thanks for the assistance Phil -- D. Aaron Germ Scarborough Library, Shepherd University (304

Re: [PHP] incrementing in a for loop

2005-09-12 Thread D A GERM
. for ($i = 1; $i = 6; $i++) { Is it possible to increment $i by 5? Thanks. -- D. Aaron Germ Scarborough Library, Shepherd University (304) 876-5423 Well then what am I supposed to do with all my creative ideas- take a bath and wash myself with them? 'Cause that is what soap is for (Peter

[PHP] optional argument when creating a function

2005-08-17 Thread D A GERM
$username; } else { print $username; } } doEmail($arg1); doEmail($arg1, $arg2); /CODE Here is the error: Warning: Missing argument 2 for doemail() in /srv/www/htdocs/test-a/staff/email_scramble.php on line 24 thanks in advance for any help. -- D. Aaron Germ Scarborough Library

Re: [PHP] Re: optional argument when creating a function

2005-08-17 Thread D A GERM
Thank you everyone for your help. I tried this and it worked with throwing any errors. CODE function doEmail($username, $link = null) /CODE Matthew Weier O'Phinney wrote: * D A GERM [EMAIL PROTECTED]: I'm throwing a warning on a function I created. I thought a in front of the argument

[PHP] Finding what links on a page have been clicked

2005-06-29 Thread D A GERM
I am trying to find a way to log what links have been clicked and dump the results into a database. Does anyone have any suggestions? thank you in advance -- Well then what am I supposed to do with all my creative ideas- take a bath and wash myself with them? 'Cause that is what soap is for

Re: [PHP] Finding what links on a page have been clicked

2005-06-29 Thread D A GERM
files? I mean, why duplicate what is already being done. Best regards, Richard Davey -- D. Aaron Germ Scarborough Library, Shepherd University (304) 876-5423 Well then what am I supposed to do with all my creative ideas- take a bath and wash myself with them? 'Cause that is what soap

[PHP] Oracle rpm?

2005-03-28 Thread D A GERM
Is there an rpm to install the oracle compnents for version 4.3.4 php? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] php command

2005-03-23 Thread D A GERM
is there a command that will allow me to connect to another box and execute commands? for instance, I want to create an automated php script that will connect to a unix box and run a series of commands. I believe that ssh2_exec() and ssh2_shell() are not supported in the 4.3.4 version of php I