RE: [PHP] work with mobile by PHP !!

2002-01-01 Thread Simon Ritchie
How can I send msg to PHP ?=20 what I need and what I must read ?? Try http://www.sms-wap.com Simon -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list administrators, e-mail:

php-general Digest 1 Jan 2002 10:28:57 -0000 Issue 1085

2002-01-01 Thread php-general-digest-help
php-general Digest 1 Jan 2002 10:28:57 - Issue 1085 Topics (messages 79147 through 79164): work with mobile by PHP !! 79147 by: Alawi 79164 by: Simon Ritchie Re: Testing: DON'T Ignore This Message 79148 by: Michael Sims 79152 by: B. van Ouwerkerk

[PHP] Name of the Frame

2002-01-01 Thread Duikplas Info
Hi all, Happy new Year to you all. CAn anybody tell me the way to know, while compiling your page, what the name is of frame/window where your page is gonna be presented in? Thanx for the suggestions. Met vriendelijk groeten (Kind regards) Robert Elsenaar Duikplas AquaView Website:

[PHP] Name of the Frame

2002-01-01 Thread R. Elsenaar
Hi all, Happy New Year to you all. When compiling a page I want to know the name of the frame/window where my page is gonna be presented. Somebody a suggestion which variable or function I can use? Thanx Robert -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Todd Cary
When I run the make after a successful configure, I get the following errors: stub.lo: file not recognized: File truncated collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make: *** [all-recursive] Error 1 Any suggestions on how I may resolve this? Todd -- Todd Cary

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Todd Cary
David - Try Cross posting to: linux-admin list How do I join the list? Todd -- Todd Cary Ariste Software [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the list

[PHP] cron test

2002-01-01 Thread caspar kennerdale
-Original Message- Sorry this is offtopic I have set up a cron job and this is the message I havereceived Your terminal lacks the ability to clear the screen or position the cursor. any ideas? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread David Jackson
Todd -- Send email to [EMAIL PROTECTED] In body of email: subscribe linux-admin You might also check for distrbution specific forum/list Slackware has one, I'm sure Redhat has some. By the why, were you compile Apache/Mysql and PHP from *tgz sources ? David - Try Cross posting to:

Re: [PHP] cron test

2002-01-01 Thread David Jackson
How about posting to the OS specific related forum? For Linux try subscribing to linux-admin at [EMAIL PROTECTED] for Solaris, HP-UX and other check news group list DJJ -Original Message- Sorry this is offtopic I have set up a cron job and this is the message I

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Brian Clark
* Todd Cary ([EMAIL PROTECTED]) [Jan 01. 2002 10:39]: When I run the make after a successful configure, I get the following errors: stub.lo: file not recognized: File truncated collect2: ld returned 1 exit status make[1]: *** [libphp4.la] Error 1 make: *** [all-recursive] Error 1 Any

[PHP] Generating Static Pages

2002-01-01 Thread David Jackson
This may seem a little odd? But what I want to do is use PHP/MySQL to generate static pages. The applet I tinkering with is a sales worksheet and to start with will consist of catalog/product maintience page, and a worksheet allow sales reps work up pricing for customers. Eventfully this would

Re: [PHP] Generating Static Pages

2002-01-01 Thread David Jackson
Sorry here's the code unattached: ?php include(/home/sites/www.pickledbeans.com/web/html_header.php); // include(/home/sites/www.pickledbeans.com/web/connect.php); include(/connect.php); echo body \n; echo form method = \post\ action =\invoice.php\\n; echo pSales Date:/p\n; echo pinput

Re: [PHP] Generating Static Pages

2002-01-01 Thread Prottoss
In my experience the speediest way was to create a temporary buffer to which you append the html you wish to output and then write the buffer to file in one go. Prottoss [EMAIL PROTECTED] http://www.mediaminer.org/ On January 1, 2002 01:41 pm, David Jackson wrote: This may seem a little odd?

[PHP] imap extensions..

2002-01-01 Thread Philip Jeffs
Hi, I'm having trouble getting the imap extensions to load. I'm running Windows2000 with IIS5. I've put 'php_imap.dll' in 'c:\php\' and i've checked that the extensions directory in php.ini is set to 'c:\php\' I still get told that php was 'unable to load dynamic library

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Todd Cary
Brian et al - What a way to start the new year!! I now have PHP 4.1.1 *with* Interbase running on Linux 7.2 *with* Samba. And I am greatly indebted to the generous help of many people on this List. This means I can move my family picture album (uses Interbase) off of the IIS system and onto

[PHP] Re: What the hell?!?!

2002-01-01 Thread LaserJetter
I need a program which will let me open it! Using notepat just runs wordpad which wont let me scroll down to see what it says because it's still processing the file. Internet explorer didnt work and MS-DOS editor just said Out of memory and closed on me Never mind! Laserjetter [EMAIL

Re: [PHP] Re: What the hell?!?!

2002-01-01 Thread David Jackson
copy php.log php.txt, now you have a static log to look at. then do more php.txt this will display a screen at a time,hitting space goes to the next screen. To do more advanced work with text files goto: http://simtel.net gnuish directory and download gawk and grep, mainly grep, NOTE: using grep

[PHP] Re: imap extensions..

2002-01-01 Thread LaserJetter
This sounds similar to the problem I had but with other extensions. Does the IMAP extenstion need any dlls from the c:\php\dlls folder to work? (You can find out this somewhere on www.php.net). If it does then you need to copy these to your system folder. (system32 folder probably). Better still,

Re: [PHP] Re: What the hell?!?!

2002-01-01 Thread LaserJetter
Nice one, thanks! I forgot about using the more command!! David Jackson [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... copy php.log php.txt, now you have a static log to look at. then do more php.txt this will display a screen at a time,hitting space goes to

[PHP] Manuel Lemo's Soap Server?

2002-01-01 Thread Chris Boothe
Has anyone tried this sample project? Soap Server Class http://phpclasses.upperdesign.com/browse.html/package/251 I can't seem to get it to go, it is returning: 500 internal server error The APACHE Log reads: Premature end of script headers: C:/php/php.exe Any ideas? Chris Boothe [EMAIL

Re: [PHP] Re: imap extensions..

2002-01-01 Thread Philip Jeffs
I've looked around php.net and i can't find anything about extra dll's. Does anyone know where i can get an up to date version of php_imap.dll from? Maybe my version is old. Thanks Phil - Original Message - From: LaserJetter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday,

Re: [PHP] Re: imap extensions..

2002-01-01 Thread LaserJetter
http://www.php.net/manual/en/install.windows.php#install.windows.extensions I'm not sure if this says you need an extra dll for just PHP3 though. Philip Jeffs [EMAIL PROTECTED] wrote in message 002501c19307$6824a250$01010101@PHIL">news:002501c19307$6824a250$01010101@PHIL... I've looked

[PHP] Re: Manuel Lemo's Soap Server?

2002-01-01 Thread Manuel Lemos
Hello, Chris Boothe wrote: Has anyone tried this sample project? Soap Server Class http://phpclasses.upperdesign.com/browse.html/package/251 I can't seem to get it to go, it is returning: 500 internal server error The APACHE Log reads: Premature end of script headers: C:/php/php.exe

Re: [PHP] Re: imap extensions..

2002-01-01 Thread Philip Jeffs
I just re-installed php from scratch. It seems to have done the trick. Thanks for the help! - Original Message - From: LaserJetter [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Tuesday, January 01, 2002 8:59 PM Subject: Re: [PHP] Re: imap extensions..

[PHP] Oracle

2002-01-01 Thread Phillip B. Bruce
Hi, Has any one on this list worked with Oracle, Apache and PHP. My apache is configured for apache and working with mysql. Just wondered if there is any docs on connecting to Oracle in the same manner mysql is being done? --

php-general Digest 1 Jan 2002 23:54:06 -0000 Issue 1086

2002-01-01 Thread php-general-digest-help
php-general Digest 1 Jan 2002 23:54:06 - Issue 1086 Topics (messages 79165 through 79188): Name of the Frame 79165 by: Duikplas Info 79166 by: Duikplas Info Re: Need some Linux/Apache help 79167 by: Todd Cary 79168 by: David Jackson 79169 by: Todd

RE: [PHP] Oracle

2002-01-01 Thread Martin Towell
there's the OCI* or ORA_* functions depending on the version of oracle you're using. -Original Message- From: Phillip B. Bruce [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 02, 2002 10:54 AM To: PHP Subject: [PHP] Oracle Hi, Has any one on this list worked with Oracle, Apache

[PHP] Hosting provider...

2002-01-01 Thread Matt Moreton
Im looking to change my hosting provider. ...something that isnt going to break the bank, is feature full, supports mysql, php etc etc and doesnt limit your bandwidth usage! I need about 100+ mb's of space, and possibly the ability to run a background process. Can anyone here suggest a

Re: [PHP] Hosting provider...

2002-01-01 Thread Kurt Lieber
On Tuesday 01 January 2002 04:19 pm, Matt Moreton wrote: Can anyone here suggest a good provider that meets the above criteria? Asked and answered about 4 billion times in the archives. Might check there. --kurt -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail:

[PHP] Mysql Curdate problem

2002-01-01 Thread Andras Kende
Hello, I have a php page which list a table from a mysql database. Dates can be selected like last 7 days, last 14 days .etc It worked perfect till midnight :( The query is something like: $aresult=mysql_query(select * from orders WHERE (a3 = CURDATE()-$datec) ,$db); I looking for some

Re: [PHP] Hosting provider...

2002-01-01 Thread steph
I use hostrocket. They seem to meet most of your criteria, but as with many hosts they do not offer unlimited bandwidth. Personally, I stay away from hosts that say they offer unlimited bandwidth (there's usually a catch). Has one of the best Control Panels IMO. Includes PHP, MySQL, Perl,

[PHP] connect MS Access

2002-01-01 Thread gendeng
halo... i want to know about connect to database. can php (for windows) connect to MS Access. Mpu Strees IncrediMail - Email has finally evolved - Click Here

RE: [PHP] connect MS Access

2002-01-01 Thread Matt Friedman
Please do not send html emails to this list. Send only plain text emails. Matt Friedman -Original Message- From: gendeng [mailto:[EMAIL PROTECTED]] Sent: Tuesday January 1, 2002 8:23 PM To: [EMAIL PROTECTED] Subject: [PHP] connect MS Access halo... i want to know about connect to

Re: [PHP] Session troubles

2002-01-01 Thread Sean LeBlanc
On 12-31 09:23, Jaime Bozza wrote: Sean, From your php error_log, it's saying the following: Failed to write session data (user) which sounds like it's having problems writing to the user-defined session handler. Are you using a user-defined session handler? If not, make sure

[PHP] Get PHP Configuration

2002-01-01 Thread Larentium
How would you get the current PHP configuration information, more specifically, the exact command line used at compilation? I want to add --with-imap, but have no idea how to determine what the current settings are. Larentium

Re: [PHP] Get PHP Configuration

2002-01-01 Thread Adam Baratz
How would you get the current PHP configuration information, more specifically, the exact command line used at compilation? Check the output of phpinfo(). -Adam -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

[PHP] Re: Get PHP Configuration

2002-01-01 Thread Daniel Grace
Larentium [EMAIL PROTECTED] wrote in message 001f01c19334$270c8940$[EMAIL PROTECTED]">news:001f01c19334$270c8940$[EMAIL PROTECTED]... How would you get the current PHP configuration information, more specifically, the exact command line used at compilation? I want to add --with-imap, but have

[PHP] Re: How to convert integers representations of a date to a date format variable

2002-01-01 Thread Daniel Grace
Carlos Fernando Scheidecker Antunes [EMAIL PROTECTED] wrote in message 002c01c19197$7beb6c40$0a505ad1@Nando4">news:002c01c19197$7beb6c40$0a505ad1@Nando4... Hello All, I would like to convert integers like the day, month and year to a date representation to store it in a session variable.

Re: [PHP] Re: Need some Linux/Apache help

2002-01-01 Thread Brian Clark
* Todd Cary ([EMAIL PROTECTED]) [Jan 01. 2002 15:04]: [...] My question is about where I should put my databases? I notice that the /var is often used, but is /usr. So, for a guy coming from the NT world, what would you suggest? 1) /var/databases/app1; /var/databases/app2 - or -

[PHP] URGENT-PDF

2002-01-01 Thread Chamarty Prasanna Kumar
Hi All, Happy New Year. Known that we can use in Linux to convert a file from ps to pdf by using ps2pdf. Is there any such built-in modules in PHP or SHELL commands to convert the following to PDF. .eps, .ppt, .xls, .doc, .html Please do suggest any

RE: [PHP] Hosting provider...

2002-01-01 Thread Boaz Yahav
Check out : http://www.weberdev.com/index.php3?GoTo=phenominet/prices.htm This is your one stop shop for hosting. WeberDev.com is hosted there and I can tell you that their service is amazing. They are fast, reliable and more than anything, very professional (specially in PHP / MySQL).

[PHP] connect

2002-01-01 Thread gendeng
halo... i want to know about connect to database. can php (for windows) connect to MS Access ?.Mpu Strees IncrediMail - Email has finally evolved - Click Here