[PHP] Install problems

2001-07-19 Thread Chetan Ganpati
Hello, I am trying to install PHP4 on a redhat 6.2 box. I have got mysql-3.23-39 and apache-1.3.14-2.6.2 installed. I did a ./configure --prefix=/usr/local/php --with-config-file-path=/usr/loca/php --with-apxs=/usr/sbin/apxs --with-mysql=/usr/local/mysql --enable-track-vars --enable-magic-quote

[PHP] Help! -- mail() is not supported in this php build

2001-07-19 Thread Jack Sasportas
This is the message I recieved on a box we just setup on RH7.1 and PHP, compiled. Any ideas ? I do have the sendmail -t option in the php.ini file with the path. Found 1 thread on phpbuilder with no resolve. Any Help appreciated... Thanks ! -- _

[PHP] where does the visitor come from?

2001-07-19 Thread Emanuele De Fazio
Hi, I call a script from an html page (for example "test.htm") in this way: This script returns at the end an image, but before it takes and save to a file some informations like the visitor's ip and where he comes from ($refer=$HTTP_USER_AGENT). My problem is that $refer gives me always "http

[PHP] More upload Problems

2001-07-19 Thread Jason Rennie
Hi all, It appears when i try to upload a file in a form, and pass it to php, it never arrives. I'm doing a POST from a form, and i all but copied the example straight from the php manual on file uploading. But the $HTTP_POST_FILES[] array is never set, and is_uploaded_file always returns fals

Re: [PHP] System() and PGP

2001-07-19 Thread Maxim Derkachev
Hello David, Thursday, July 19, 2001, 8:48:17 AM, you wrote: DP> I can use this command to encrypt messages: DP> system("pgp -ea $plainTxt 'David Price <[EMAIL PROTECTED]>'"); DP> without any problems. But when I try, DP> system("pgp"); DP> I don't get any output. It shoul

RE: [PHP] NT Authentication

2001-07-19 Thread Taylor, Stewart
You can install an apache module which does this. Then all you do is edit apache's httpd.conf file to say which directories you want to be authenticated and information about your NT domain and backup servers etc... e.g. Authname"Company Intranet Server" AuthTypeB

[PHP] php logo

2001-07-19 Thread Alva Chew
hi everyone, i would like to know if there is an official logo for php4 that i can put on my company website, to show that we support and develop applications using php4. thanks and regards, Alva Chew -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED]

RE: [PHP] php logo

2001-07-19 Thread Johan Holst Nielsen
> i would like to know if there is an official logo for php4 that i > can put on > my company website, to show that we support and develop applications using > php4. Ypou can use one of these: http://www.php.net/download-logos.php regards, Johan -- PHP General Mailing List (http://www.php.ne

Re: [PHP] php logo

2001-07-19 Thread Daniel Rezny
Hello Alva, Thursday, July 19, 2001, 10:24:09 AM, you wrote: AC> hi everyone, AC> i would like to know if there is an official logo for php4 that i can put on AC> my company website, to show that we support and develop applications using AC> php4. AC> thanks and regards, AC> Alva Chew Try to

[PHP] Re: Using Frames

2001-07-19 Thread James Holloway
Hi Mark, yes it's possible, but with javascript rather than php Do a search on a javascript related site for window.frames James. "Mark Lo" <[EMAIL PROTECTED]> wrote in message 000701c11021$c66111a0$caccfea9@Mark">news:000701c11021$c66111a0$caccfea9@Mark... > Hi, > > I would like to kn

RE: [PHP] REGEXP

2001-07-19 Thread Adrian D'Costa
Tried. It gives only MULTIPART/MIXED; since that is what is stored in the $buffer. I need the $buffer to read everything from: Content-Type: multipart/mixed; boundary="B42DA66C4EC07C9B572A58FC" even if there is a break or a new line. Adrian On Wed, 18 Jul 2001, Ben Bleything w

[PHP] file upload

2001-07-19 Thread Marcus
-BEGIN PGP SIGNED MESSAGE- Hi everyone, I try to upload a file to my webserver, extract the email-adresses it contains and write these into a mysql database. Working with small files (<350 Kb) this works perfect. But trying to do this with files bigger than that fails. The files are never

Re: [PHP] file upload

2001-07-19 Thread Slavomir Slizik
Try to incerease 'max_execution_time' in your php.ini file - if your connection is too slow, script execution time expires before the file is uploaded. Increasing max_execution_time might help. Try to increase max_filesize in your upload _form_, too. Slavko On Thu, 19 Jul 2001, Marcus w

[PHP] Sessions over Internet Explorer

2001-07-19 Thread Enrique Rodríguez Lázaro
Hi. Mi situation. * PHP 4.0.6 ./configure --with-mysql \ --with-apxs=/usr/local/apache/bin/apxs \ --enable-trans-sid Linux Box kernel 2.2.14 (RH 6.2) Web Server Apache 1.3.20 php.ini *** [...] [Session] ; Handler used to store/retrieve data. session.s

RE: [PHP] Re: OT Math Question

2001-07-19 Thread Nigel Russell
Hi, The answer actually depends on whether the order is important (ie if it matters if the user selects from x from the first menu and y from the second, and if this is deemed to be identical to selecting y from the first and x from the second). If the order is important, then the number of perm

[PHP] Individual PHP Developer(s) Req. in Alberta, Canada

2001-07-19 Thread Roderick Scott Corporation
Hello, Please forgive my "Slightly" Off Topic posting. I am starting a short-term (2-12 weeks) project here in Edmonton, Alberta and will require one or two contract developers of PHP. Project will entail using PHP linked to PostgreSQL and will be deployed under Linux/Apache. More details ava

[PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
Hi all. Just met two bugs (?) in the xslt module. 1st. I replace HTML entities in the CDATA parts with their ascii equivalents ('<' -> '<', '>' -> '>', etc.) After XSLT transformation, '<' went back to '<', while any other remain untouched. 2nd. After the transformation, &#; are substituted with

[PHP] Re: More upload Problems

2001-07-19 Thread Peter Clarke
"Jason Rennie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, > > It appears when i try to upload a file in a form, and pass it to php, it > never arrives. > > I'm doing a POST from a form, and i all but copied the example straight > from the php manu

Re: [PHP] count number of email sent to us

2001-07-19 Thread Jack
How about when there is two people click on the email link at the same time (which could happen on internet) , what will happen to the value that will pass to javascript variables as number of click? Jack [EMAIL PROTECTED] "Love your enemies, it will drive them nuts" - Original Message - F

[PHP] 100M虚拟主机+国际域Ã?恍?50元!

2001-07-19 Thread 厦门中资源网络服Î裼邢薰?¾
×𾴵Ŀͻ§£¬ÄúºÃ£¡ ÎÒÃÇÊÇÖйúÓòÍøhttp://www.163asp.net/ £¬±¾ÍøÕ¾Ö÷ÒªÊÇΪÄúÌṩÓòÃû×¢²á£¬×âÓÃÐéÄâÖ÷»ú,ÍøÒ³ÖÆ×÷·þÎñ¡£ÈÕǰÎÒÃÇÍÆ³öÌØ»Ý¼Û1+1Ìײͣ¬¼´×âÓÃ100MÐéÄâÖ÷»ú(350Ôª/Äê/Ì×)¿É»ñµÃÃâ·ÑÔùË͵Ĺú¼ÊÓòÃûºÍ5¸ö10MµÄÓÊÏ䣬»ú»áÄѵò»ÈÝ´í¹ýŶ£¡ ÒÔÏÂÊÇÎÒÃǵķþÎñ¼Û¸ñ: Ó¢ÎĹú¼ÊÓòÃû100Ôª/¸ö/Ä

Re: [PHP] PHP is cool by me.

2001-07-19 Thread John Monfort
Amen ! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Tue, 17 Jul 2001, Sterling Hanenkamp wrote: > Just thought I'd se

Re: [PHP] 100MÐéÄâÖ÷»ú+¹ú¼ÊÓòÃûÖ»Ðè350Ôª£¡

2001-07-19 Thread Vitali Falileev
Ìëÿ, çàòðàõàëè!!! Êèòàéöû, ÿïîíöû, àðàáû è ïðî÷èå èåðîãëèôíûå óðîäöû. Ó÷èòå ðóññêèé, à åñëè íå ìîæåòå, õîòÿ áû àíãëèéñêèé. Íàðîä êòî ìîæåò ýòîãî ï@#$ðà âûùåìèòü, ñòóêíèòå ïî áàøêå ïëç. Sorry for flame. Ï> ×𾴵Ŀͻ§£¬ÄúºÃ£¡ Ï> ÎÒÃÇÊÇÖйúÓòÍøhttp://www.163asp.net/ Ï> £¬±¾ÍøÕ¾Ö÷ÒªÊÇΪÄúÌá

Re: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
MD> Just met two bugs (?) in the xslt module. The bugs appear to be Sablot's. Just have the same results using sabcmd. Posting report there. -- Best regards, Maxim Derkachev mailto:[EMAIL PROTECTED] System administrator & programmer, Symbol-Plus Publishing Ltd. phone: +7 (812) 324-53-53 www.b

Re: [PHP] Re: More upload Problems

2001-07-19 Thread Jason Rennie
> Check your php.ini file to see if "file_uploads = on" - it is often turned > off for security. Yep it is turned on. And php.ini is in /usr/local/php/lib/php.ini Any other ideas ? Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additi

Re: [PHP] a good PHP editor

2001-07-19 Thread John Monfort
Amen ! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Wed, 18 Jul 2001, Chris Lambert - WhiteCrown Networks wrote: > W

[PHP] Sessions over Internet Explorer

2001-07-19 Thread Enrique Rodríguez Lázaro
Bogdan Morar wrote: > > I think is a problem of cache. Use Ctrl+F5 to refresh the page in IE or > CTRL+Refresh if u use the mouse. > Of course is another param "alow_cache" in phplib which must be true or > false. > Thanks, but that isn't the problem. I have tried with 5 different Internet Expl

[PHP] date

2001-07-19 Thread Duy B
Hi all, I have a view containing a char value. I use select to_date(thoigian,'yy-mm-dd hh24:mi:ss') from this view. But i can't see the time, it's only appear as "DD-MON-YY". Anybody could show me how to see the time. Thanks you in advance. Best regards, BaDu

[PHP] a goog "whatever you want" editor

2001-07-19 Thread Aniceto Lopez
My opinion: "UltraEdit" https://www.ultraedit.com cheap, powerfull, totally configurable, ftp included, http://www.ultraedit.com/products/features.html free tag list (any code), word files, macros I use it for html, xml, xsl, wml, php, javascript... Ani Lopez http://www.lamundial.net visit us

[PHP] how_to_display blob picture from Interbase database

2001-07-19 Thread Admin
Hi php-general, How to display blob picture from Interbase database in web page. -- Keep going, Admin mailto:[EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PR

[PHP] Re: a goog "whatever you want" editor

2001-07-19 Thread elias
As we already run into this sort of discussions...here's my opinion again: http://www.editplus.com Fast, light, and powerfull! I use it to edit all my files! even my assembly projects! "Aniceto Lopez" <[EMAIL PROTECTED]> wrote in message 003701c1103d$d1e24140$2a53a8c0@latinia">news:003701c1103d$d

[PHP] Re: Loading values from a tag

2001-07-19 Thread elias
... then php would read as: "; } ?> "Mauricio T?Llez Jim?Nez" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi all, I want to print all the text stored in a tag. For example: > > > Hello > World > Again!!! > > > This is the final select, but is created

[PHP] Re: Editing Files Using POST Forms

2001-07-19 Thread elias
try "stripcslashes()" "Rca Web Development" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have created a php page that accepts a variable called $file using GET. It > then displays this in a textarea box. You can then edit the file and click a > button to s

[PHP] Re: screen

2001-07-19 Thread elias
you can clear w/ refreshing! just do it via javascript as: document.open(); document.close(); "Jeremy Morano" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > is there any refresh or clear screen function in php? -- PHP General Mailing List (http://www.ph

Re: [PHP] Re: a goog "whatever you want" editor

2001-07-19 Thread Daniel Rezny
Hello elias, Thursday, July 19, 2001, 10:59:50 PM, you wrote: e> As we already run into this sort of discussions...here's my opinion again: e> http://www.editplus.com e> Fast, light, and powerfull! I use it to edit all my files! even my assembly e> projects! I am using this http://www.soysal.co

Re: [PHP] date

2001-07-19 Thread AJDIN BRANDIC
What is this "On Mon, 4 Jan 1999, Duy B wrote:" On Mon, 4 Jan 1999, Duy B wrote: > Hi all, > I have a view containing a char value. I use select to_date(thoigian,'yy-mm-dd >hh24:mi:ss') from this view. But i can't see the time, it's only appear as >"DD-MON-YY". Anybody could show me how to se

Re: [PHP] Re: More upload Problems

2001-07-19 Thread Peter Clarke
"Jason Rennie" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Check your php.ini file to see if "file_uploads = on" - it is often turned > > off for security. > > Yep it is turned on. > > And php.ini is in /usr/local/php/lib/php.ini > > Any other ideas ? > >

[PHP] PHP- OF TOPIC

2001-07-19 Thread Yassel Omar Izquierdo Souchay
Hi agin I have APCHE SERVER Installed in my Machine. And i have Win2k pro installed. And as you sww i want to use. So i having troubles to configure the WEB server. If somebody knows how to do it, please it would help me much. Thanks Yassel (Cybername=YOIS)

[PHP] PHP- OF TOPIC--Sorry abotut my english

2001-07-19 Thread Yassel Omar Izquierdo Souchay
Hi agin I have APCHE SERVER Installed in my Machine. And i have Win2k pro installed. And as you see i want to use. So i having troubles to configure the WEB server. If somebody knows how to do it, please it would help me much. Thanks Yassel (Cybername=YOIS)

[PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski
Hello, I need to prevent user to close the web browser on close button or by pressing ALT+F4. Is this possible? Thanks, Mihailo. _ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com -- PHP General Mailing Li

Re: [PHP] PHP- OF TOPIC--Sorry abotut my english

2001-07-19 Thread thiagols
What problems r you having? > Hi agin > I have APCHE SERVER Installed in my Machine. > And i have Win2k pro installed. > And as you see i want to use. > So i having troubles to configure the WEB server. > If somebody knows how to do it, please it would help me much. > Thanks > Yassel (Cybernam

Re: [PHP] Prevent user to close web browser

2001-07-19 Thread kath
Not with PHP. Maybe some Javascript could. But why would you want this? Planning some infinite spawning pop up website? =) - k On Thursday 19 July 2001 08:28 am, you wrote: > Hello, > > I need to prevent user to close the web browser on close button or by > pressing ALT+F4. > > Is this possi

Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Slavomir Slizik
So, try to surf some free erotic,porn sites. They're full of that window-spawing stuff :( slavko On Thu, 19 Jul 2001, kath wrote: > Not with PHP. Maybe some Javascript could. > > But why would you want this? Planning some infinite spawning pop up website? > =) > > - k > > On Thursday 19 July

Fw: [PHP] PHP- ABOUT CONFIGURE APACHE SERVER

2001-07-19 Thread Yassel Omar Izquierdo Souchay
MY PROBLEMS IS. THAT I DON'T KNOW HOW TO CONFIGURE MY APACHE SERVER TO USE MY C:\Inetpub\wwwroot\SITES I HAVE THERE THAT'S MY PROBLEM. THANKS FOR YOUR COLABORATION. YOIS - Original Message - From: <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 7:32 AM Subject:

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Mihailo Dzigurski
I need it for my intranet web site, some of my users close browser on long lasting script and I need to prevent this. Thanks, Mihailo. -Original Message- From: kath [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 2:39 PM To: Mihailo Dzigurski Cc: [EMAIL PROTECTED] Subject: Re: [

Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Steve Brett
have a javascript function that is fired when you load the index page. i have a calendar system that i wrote at work that is displayed in a window with most of the features turned off like toolbars etc. have a look at 'on load' and window properties. it's a doddle. and no i didn't find it on a

[PHP] RE:[PHP] PHP- ABOUT CONFIGURE APACHE SERVER

2001-07-19 Thread thiagols
Well, you gotta edit the file httpd.conf 9i dont know where had you installed apache, but i think u can find this file at: c:\program files\apache group\apache\conf. Open it! Go to line where it is specified "document root"... DocumentRoot "C:\Inetpub\wwwroot\" after that... edit this: # # Thi

[PHP] Sessions + includes

2001-07-19 Thread dosenbrei
Hi Sorry for my bad english ;-) I'm writing an application using php and sessions. In the first include file i'm writing something like this session_start(); session_register(loggedin); The i have another include file with the functions. When i'm submitting the username and passwort to the fu

[PHP] Sessions + Variables + includes

2001-07-19 Thread dosenbrei
Hi Sorry for my bad english ;-) I'm writing an application using php and sessions. In the first include file i'm writing something like this session_start(); session_register(loggedin); The i have another include file with the functions. When i'm submitting the username and passwort to the f

[PHP] Re: Sessions + Variables + includes

2001-07-19 Thread Steve Brett
great minds and all that this is some code i use but i have a login page that takes the username and passowrd and passes that to another page that does the verification. so: page 1 takes the username and password. page 2 registers session vars and sets logged in to true if accepted. every

Re: [PHP] Sessions + Variables + includes

2001-07-19 Thread Slavomir Slizik
On the title page: session_register("loggedin"); then: session_start(); on every page better to test session availability on every page: if (!session_is_registered("loggedin")) { // redirect user to title page where the session is registered } But your method of handling sessions

Re: [PHP] Sessions + Variables + includes

2001-07-19 Thread ReDucTor
Username : Password : Profile Moo - Original Message - From: dosenbrei <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 10:01 PM Subject: [PHP] Sessions + Variables + includes > > > Hi > > Sorry for my bad english ;-) > > I'm wri

Fw: [PHP] RE:[PHP] PHP- ABOUT CONFIGURE APACHE SERVER

2001-07-19 Thread Yassel Omar Izquierdo Souchay
May i change this ? ScriptAlias /php/ "C:/WINNT/system32/inetsrv/php/" AddType application/x-httpd-php .php .php3 .phtml Action application/x-httpd-php "/php/php.exe" by this other? ScriptAlias /php/ "C:/WINNT/system32/inetsrv/php/sapi" AddType application/x-httpd-php .php .php3 .pht

Re: [PHP] MySQL Query - SOLVED

2001-07-19 Thread Sheridan Saint-Michel
Thanks! That's exactly what I was looking for = 3 ) - Original Message - From: Morten Winkler Jørgensen <[EMAIL PROTECTED]> To: Sheridan Saint-Michel <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 2:56 AM Subject: Re: [PHP] MySQL Query > Hi Sheridan, > > You wrote: > > SSM> I have

Re: [PHP] Re: More upload Problems

2001-07-19 Thread Jason Rennie
> > > Check your php.ini file to see if "file_uploads = on" - it is often > turned > > > off for security. > > > > Yep it is turned on. > > > > And php.ini is in /usr/local/php/lib/php.ini > > > > Any other ideas ? > > > > Jason > > > > need to see some code... Here is the total chunk of code to

[PHP] Basic database questions.

2001-07-19 Thread Seb Frost
Hi everyone, this is my first ever post on the list so please be gentle with me ;-) OK I want to put a database on my website. Up until yesterday my knowledge of databases was having created a very simple one when I was about 15 for GCSE IT. Don't ask how, but I've always avoided them, learning

Re: [PHP] Re: More upload Problems

2001-07-19 Thread Jason Rennie
> > > Check your php.ini file to see if "file_uploads = on" - it is often > turned > > > off for security. > > > > Yep it is turned on. > > > > And php.ini is in /usr/local/php/lib/php.ini > > > > Any other ideas ? > > > > Jason > > > > need to see some code... Here is the total chunk of code to

[PHP] Re: Basic database questions.

2001-07-19 Thread Steve Brett
"Seb Frost" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi everyone, this is my first ever post on the list so please be gentle with > me ;-) > > OK I want to put a database on my website. Up until yesterday my knowledge > of databases was having created a

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Tom Malone
I am almost positive this is not possible with JavaScript or even VBScript. It might be possible with Visual Basic, but again - why would you want to do that? Tom -Original Message- From: kath [mailto:[EMAIL PROTECTED]] Sent: Thursday, July 19, 2001 8:39 AM To: Mihailo Dzigurski Cc: [EMA

Re: [PHP] REGEXP

2001-07-19 Thread Sheridan Saint-Michel
I am not sure if I am understanding you... but if you just want to return the boundary try preg_match("|boundary=\"([^\"].+)\"|Uis", $text, $regs ); $boundary = $regs[1]; I am guessing that you want the boundary from the lines > to avoid regexp (too lazy) but now I want to use it. The final res

Re: [PHP] XSLT module bugs (?)

2001-07-19 Thread Francis Fillion
The ® is because (well I think) of the utf-8 code, try utf8_decode() to decode it and to get it back. P.S. What is they command that you made for php 4.0.6 to parse your xml file, I'm not able to parse a xml file with sablotron since 4.0.6. Maxim Derkachev wrote: > > Hi all. > > Just met two

[PHP] pcntl_fork()

2001-07-19 Thread Richard Heyes
Using this function, say I had two processes running, the parent accepting connections on an inet socket, is it possible for the parent to pass this socket connection onto the already existing child? -- Richard Heyes "I know not with what weapons World War III will be fought, but World War IV w

RE: [PHP] Re: Basic database questions.

2001-07-19 Thread Seb Frost
Thanks Steve that's exactly the kind of 100% definate answers I needed :-) Hadn't seen nor heard of front ends for it, will look into them! - seb -Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 14:27 To: [EMAIL PROTECTED] Subject: [PHP] Re: Basic databa

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
Hello Francis, Thursday, July 19, 2001, 5:43:37 PM, you wrote: FF> The ® is because (well I think) of the utf-8 code, try utf8_decode() to FF> decode it and to get it back. Not bugs, as I know now. make the things work well. FF> P.S. What is they command that you made for php 4.0.6 to parse

Re: [PHP] XSLT module bugs (?)

2001-07-19 Thread Francis Fillion
Here what I use xslt_process($xslString, $xmlString, $this->result); and it give me this error Warning: Supplied argument is not a valid XSLT Processor resource in /home/httpd/html/xml/include/class.transform_xsl.php on line 74 Maxim Derkachev wrote: > > Hello Francis, > > Thursday, July 19,

[PHP] asdasd

2001-07-19 Thread yossi
sdasd -- 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: [EMAIL PROTECTED]

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
Hello Francis, Thursday, July 19, 2001, 6:05:55 PM, you wrote: FF> Here what I use xslt_process($xslString, $xmlString, $this->result); FF> and it give me this error FF> Warning: Supplied argument is not a valid XSLT Processor resource in FF> /home/httpd/html/xml/include/class.transform_xsl.p

[PHP] Paypal and PHP

2001-07-19 Thread ReDucTor
Hey, does any one know a way to use paypal with php? - James "ReDucTor" Mitchell

Re: [PHP] XSLT module bugs (?)

2001-07-19 Thread Francis Fillion
Hi again Maxim, when this problem started I found that in the xslt php cvs (because the manual on the php site doesn't seen to be accurate anymore) mixed xslt_process(resource processor, string xml, string xsl[,

RE: [PHP] Prevent user to close web browser

2001-07-19 Thread Taylor, Stewart
Then you should be using the ignore_user_abort function which keeps a script running even if a user shuts own their browser. http://www.php.net/manual/en/function.ignore-user-abort.php -Stewart -Original Message- From: Mihailo Dzigurski [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 13:

Re: [PHP] Paypal and PHP

2001-07-19 Thread chris schneck
theexchangeproject.org has a "module" built into their store that works directly with paypal, ive set up and succesfully used it to tie into a paypal account. Although it might be a little more powerful than what you want, the code there shows which variables to be passed to paypal to make a trans

Re: [PHP] Re: Basic database questions.

2001-07-19 Thread Steve Brett
you can get mysql font from http://www.anse.de/mysqlfront/ be sure to install mysql first though. if you're using windows 2000 then get php from http://www.php.net and install after installing IIS5 then install mysql front. the nice thing about it is the installers are superb and you can get aw

[PHP] I AM AT THE START POINT

2001-07-19 Thread Ali YILDIRIM
Hi; I am just at the beginning process to php. My question is: I type in notepad my php code ok allright but where will I test this? I know this is so simple but you know I am new to this and ... Please help.. __ Do You Yahoo!? Get personalized e

[PHP] limiting text output

2001-07-19 Thread chris schneck
To anyone else who had the same problem, I thought i'd share the solution that was passed on to me. It was suggested that counting the # of characters in a string would work, and it does, but a better way to do it as not to cut yourself off in mid sentence is to count the # of actual words. -- sn

Re: [PHP] Install problems

2001-07-19 Thread Michael Hall
I think that --config-file-path needs to be the path to apache, not php. --config-file-path=/usr/local/apache Check in the README.configure file in the Apache source directory. Mick On Thu, 19 Jul 2001, Chetan Ganpati wrote: > Hello, > > I am trying to install PHP4 on a redhat 6.2 box. > I h

[PHP] Session problems

2001-07-19 Thread Bernie Kruger
Hi, I use this simple session script below, but the session variables are not carried over from 1.php to 2.php. What can be wrong? I can see on the server that the files are created. When I open 1.php a 1K file is created on the server and the contents (my_session_variable|s:10:"some value";)

Re: [PHP] Prevent user to close web browser

2001-07-19 Thread Matt Greer
on 7/19/01 8:33 AM, Tom Malone at [EMAIL PROTECTED] wrote: > I am almost positive this is not possible with JavaScript or even VBScript. > It might be possible with Visual Basic, but again - why would you want to do > that? Netscape will warn the user that the script (javascript) is trying to cl

RE: [PHP] Session problems

2001-07-19 Thread Adrian Ciutureanu
Default settings for sessions is to use cookies that expires when you close (all instances of) the browser. If you are simply type 1.php and then 2.php in Address your code must work. But, again: if you are using the default configuration. > -Original Message- > From: Bernie Kruger [mailt

Re: [PHP] Session problems

2001-07-19 Thread Slavomir Slizik
Hello, check out if you have cookies turned on. Or, compile php with --enable-trans-sid, where the PHPSESSID is automatically attached to all URLs and forms without using cookies. try to do session_register() before session_start() in 1.php, or do not use session_start() in 1.php (only session_re

[PHP] Using GnuPG with PHP

2001-07-19 Thread Jeff Bearer
I saw examples of how to encrypt data with GnuPG in the list archives but I'm having problems that aren't mentioned. I've installed the public key in the web server users key ring, and if I run the command as the web server user it works just fine. But when the script runs it I get nothing r

[PHP] d

2001-07-19 Thread Jeff Bearer
-- Jeff Bearer, RHCE Webmaster PittsburghLIVE.com -- 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: [EMAIL PROTECTED]

Re: [PHP] Session problems

2001-07-19 Thread Bernie Kruger
1.Cookies are on 2.session.use_trans_sid = 1 Will try the rest. Tx "Slavomir Slizik" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > check out if you have cookies turned on. Or, compile php with > --enable-trans-sid, where the PHPSE

[PHP] Re: Session problems

2001-07-19 Thread Steve Brett
id' resgister the session var first then change / set it. don't actually know if it makes a diff Steve "Bernie Kruger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I use this simple session script below, but the session variables are not > car

[PHP] Re: Session problems

2001-07-19 Thread Bernie Kruger
Tried everything all of you suggested, still no luck :-( BK "Bernie Kruger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I use this simple session script below, but the session variables are not > carried over from 1.php to 2.php. What can be wron

[PHP] Encryption and perl

2001-07-19 Thread Paul Mugabi
Hello, I have been trying to get some stuff encrypted, sent by mail to another machine and then decrypted on the other end by a perl script. I am using base64 encoding to convert the encrypted data into ascii for transmission over email. However, the perl script at the other end which does the dec

RE: [PHP] Re: Basic database questions.

2001-07-19 Thread Seb Frost
Im using win2k, but I have no intetntion of serving a webpage off of it, I only have a 56k modem! I'll be running the website off of an ISP. Do I still need to install IIS and stuff? What for? - seb -Original Message- From: Steve Brett [mailto:[EMAIL PROTECTED]] Sent: 19 July 2001 15:

RE: [PHP] I AM AT THE START POINT

2001-07-19 Thread Seb Frost
The most general way is to use FTP to upload the page you've just created to a server that supports PHP. This is normally done like this in windows: ftp://username:[EMAIL PROTECTED] Just fill in the relevant bits. - seb -Original Message- From: Ali YILDIRIM [mailto:[EMAIL PROTECTED]]

Re: [PHP] I AM AT THE START POINT

2001-07-19 Thread Matt Greer
on 7/19/01 9:33 AM, Ali YILDIRIM at [EMAIL PROTECTED] wrote: > Hi; > I am just at the beginning process to php. > My question is: > I type in notepad my php code ok allright but where > will I test this? > > I know this is so simple but you know I am new to this > and ... > Please help.. You c

Re: [PHP] a goog "whatever you want" editor

2001-07-19 Thread Mauricio T?llez Jim?nez
What about Emacs? I think this is the most powerful, configurable and extensible. Not only good with PHP, but also pretty good for any programming language (C, C++, Java, Ada, Assembly, HTML, etc). You can compile your programs from Emacs, and even debug them. Also have a lot of add-on like ca

[PHP] Re: Session problems

2001-07-19 Thread Steve Brett
another thing you could try is find out where the php session data is stored and see if the session files are there - i think on win2k they are in c:\php\sessiondata ... Steve "Bernie Kruger" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I use this s

[PHP] Variable dump on error

2001-07-19 Thread Randy Miller
Using mod_perl when an error is encountered, I have a customized error screen that is defined in http.conf that is displayed to the user. This is just a customized 500 page that then emails me which page crashed and all of the local variables. I can't seem to find a way to do this in PHP 4.0.

Re: [PHP] Re: Basic database questions.

2001-07-19 Thread Steve Brett
i meant for writing your code etc and testing. i generally write stuff on my windows machine and then ftp them to the production server after i've tested/debugges them etc. Steve "Seb Frost" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Im using win2k, but

Re[2]: [PHP] XSLT module bugs (?)

2001-07-19 Thread Maxim Derkachev
Hello Francis, Thursday, July 19, 2001, 6:18:58 PM, you wrote: FF> Hi again Maxim, when this problem started I found that in the xslt php FF> cvs (because the manual on the php site doesn't seen to be accurate FF> anymore) FF> mixed xslt_process(resource processor, FF> strin

Re: [PHP] Re: Simple validation problem

2001-07-19 Thread py
I wonder how that can be enough, if you consider the following form, you can enter "45-98" and it will print ok !! Since all http is coming as a string, I beleive the only way is to test for invalid characters as anything except [0-9] and the dot. (wich is my problem because I do not really know

Re: [PHP] Using GnuPG with PHP

2001-07-19 Thread Maxim Derkachev
Hello Jeff, Thursday, July 19, 2001, 6:50:18 PM, you wrote: JB> $command="echo \"$plain\"|gpg -e -a --always-trust --no-secmem-warning --batch -r public_key"; JB> $encrypted=`$command`; use popen() in read mode instead. There's a class made by me at phpclasses.upperdesign.com that do the job.

[PHP] bcmath functions no longer there?

2001-07-19 Thread E. Peter K. Chan
Hi I just did a rpm rebuild of PHP to 4.0.6 on RH7.1 and now the bcmath functions are failing Fatal error: Call to undefined function: bcsub() Any ideas on this one? Thanks Peter -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional comm

Re: [PHP] Re: Simple validation problem

2001-07-19 Thread py
Ok forget it, someone suggest to me: if ((string)((float)$amount) == $amount && (float)$amount > 0) { print "ok"; }else print "error"; and it works perfectly! py - Original Message - From: py <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Thursday, July 19, 2001 11:14 AM Subject: Re

RE: [PHP] Re: Session problems

2001-07-19 Thread Rudolf Visagie
Hi Bernie, Do a session_register in the second script as well: session_start(); > session_register("my_session_variable"); > print "Value of 'my_session_variable': $my_session_variable"; > ?> Rudolf Visagie -Original Message- From: Bernie Kruger [mailto:[EMAIL PROTECTED]] Sent: 19 July

[PHP] is this right?

2001-07-19 Thread Jeremy Morano
is this right? cause its not working. first I connect, then I select my db, and then the problem $sql = "GLOBAL $company; DROP TABLE $company "; $result = @mysql_query($sql,$connection) or die("Couldn't execute query."); -- PHP General Mailing List (http://www.php.net/) To unsub

Re[2]: [PHP] Prevent user to close web browser

2001-07-19 Thread Daniel Rezny
Hello all, Thursday, July 19, 2001, 2:53:03 PM, you wrote: SB> have a javascript function that is fired when you load the index page. SB> i have a calendar system that i wrote at work that is displayed in a window SB> with most of the features turned off like toolbars etc. SB> have a look at '

[PHP] Re: d (ignore)

2001-07-19 Thread Philip Olson
sorry, testing news with a list I also subscribe too. php rules :-) -- 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: [EMAIL PROTECTED]

  1   2   3   >