[PHP] Printing from PHP

2003-11-06 Thread Peter Goggin
this report on their local printer . If php will not support access to a client printer is there any way of embedding a Form Feed in the display so that if the screen report is printed than the data will be correctly paginated? Regards Peter Goggin --- Outgoing mail is certified Virus Free. Checked

Re: [PHP] selecting count and then dumping to an array

2003-06-07 Thread Peter Goggin
Try select type, count(*) from table group by type; This should return a count for each distinct type value. Regards Peter Goggin - Original Message - From: Ryan A [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Sunday, June 08, 2003 12:13 AM Subject: [PHP] selecting count

Re: [PHP] Re Sessionid

2003-03-16 Thread Peter Goggin
i.e. every time i started a new session I got a unique string, while the string remained the sme within the same session. How is this string derived? Regards Peter Goggin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re user Identifying

2003-03-14 Thread Peter Goggin
of the session. How do I identify shopping baskets belonging to different concurrent users? Should I include the session Id in the record, use cookies or what? Is the php session Id a unique ID ? Regards Peter Goggin - Original Message - From: -{ Rene Brehmer }- [EMAIL PROTECTED] To: Peter Goggin

[PHP] Re user Identifying

2003-03-13 Thread Peter Goggin
in parallel. so that the user can choose either method. i.e. choose to register as a customer, or use the default id (perhaps via the cookie) and enter customer information at the time of placing the order? Any advice on the best way of doing this would be greatly appreciated. Regards Peter Goggin

[PHP] Date fields

2002-12-28 Thread Peter Goggin
I have a form with several date fields. I want to be able to set these by selecting from a calendar display. Does anyone know of any php function or code which would let me do this? Regards Peter Goggin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http

Re: [PHP] REPLY NEEDED

2002-11-21 Thread Peter Goggin
Where has this crap come from? Regards Peter Goggin - Original Message - From: MICHAEL OSHODI [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Wednesday, November 20, 2002 5:51 PM Subject: [PHP] REPLY NEEDED ASSISTANCE WE ARE MEMBERS

[PHP] PHP Generated web pages

2002-10-03 Thread Peter Goggin
I want to transfer from a web page to a transient page to display a message and carry out some database updates and then transfer back to the original page after a pause of 5 seconds. Is this possible using php? Regards Peter Goggin -- PHP General Mailing List (http://www.php.net

[PHP] Web Site

2002-08-21 Thread Peter Goggin
providers in the area? 2. I need to set up credit card payments. Has anyone any experience with PayPal? Are there any other providers I should consider. I don't know if this is the correct list for the questions, but if not perhaps someone could point me to where I can get some advice. Regards Peter

[PHP] Linked drop down selection lists and dynamically generated links

2002-07-06 Thread Peter Goggin
? Where would I be able to find examples of code which does this sort of processing? Any adivice would be gratefully received. Regards Peter Goggin Regards Peter Goggin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Passing more than one variable with alink

2002-07-02 Thread Peter Goggin
the two variablesare incorrect. i.e. I have: ?catitempage=%s;?catrange=%s Can anyone tell me what it should be or where I can find a reference to these sort of syntax problems. Regards Peter Goggin -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net

Re: [PHP] mysql_select_db problem

2002-06-03 Thread Peter Goggin
. Regards Peter Goggin - Original Message - From: PossumPal [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Monday, June 03, 2002 4:40 AM Subject: [PHP] mysql_select_db problem Hi, I'm a newbie, so please have mercy on my silliness... I've checked my formats, and can't seem to understand why I

Re: [PHP] Apache, html, php and global variables

2002-06-02 Thread Peter Goggin
to the next. Is the start_session and session variables the corect way to do this or is there a better way? Regards Peter Goggin - Original Message - From: John Holmes [EMAIL PROTECTED] To: 'Peter Goggin' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 3:31 PM Subject: RE: [PHP

Re: [PHP] Apache, html, php and global variables

2002-06-01 Thread Peter Goggin
: ,$_SESSION_VARS[dbauser],BR); printf (BR); printf (DBA Password; ,$_SESSION_VARS[dbapassword],BR); ? /BODY /HTML Is there a problem with how I am using sessiot_start, or is there a php config problem? Regards Peter Goggin - Original Message - From: John Holmes [EMAIL PROTECTED

Re: [PHP] Apache, html, php and global variables

2002-06-01 Thread Peter Goggin
correctly, or I am calling the function in the wrong place. Any advice on how to overcome this would be very useful. Regards Peter Goggin - Original Message - From: John Holmes [EMAIL PROTECTED] To: 'Peter Goggin' [EMAIL PROTECTED]; [EMAIL PROTECTED] Sent: Sunday, June 02, 2002 12:09 AM

[PHP] Apache, html, php and global variables

2002-05-31 Thread Peter Goggin
way of caryying the login information from one web page to the next in global variables so that the username and password entered in the login screen is available to all other web pages in the site or do I have to ask the user to re-enter this information at every screen? Regards Peter Goggin

Re: [PHP] Apache, html, php and global variables

2002-05-31 Thread Peter Goggin
I am not certain how this helps me, since it appears the data is only carried to pages called directly from where it is set. The page where the user logs onto the database does not link to other pages. This is done from the top frame of the form. The top frame of the inital page contains the