Re: [PHP] Newsletter kindaa thing

2001-03-20 Thread John LYC
while($r=mysql_fetch_array($result) $to .=$r['email'].","; mail($to,); Dhaval Desai wrote: > Hi@ > > I have a database in whih I have a lot of emails. What > I want to do is basically a small newsletter kindaa > thing which is to be mailed to all the emails which I > am goingto pick

[PHP] sorri- Non-php question

2001-03-21 Thread John LYC
language as compare to the other languages... thanks john -- 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] Protecting JavaScripts from being Donwloaded

2001-04-16 Thread John Lim
A funny question! I presume you mean you want to protect your javascripts from being read by users, eg compiled. Internet explorer has a script encoder that scrambles your scripts that you can get from microsoft.com. Doesn't work with netscape. Regards, John ""Steve Haeme

Re: [PHP] PCRE vs. POSIX

2001-04-16 Thread John Lim
Rasmus Lerdorf (inventor of PHP) has said that PCRE is generally faster, but i haven't benchmarked myself. Of course strpos( ) is the fastest. "bill" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi everyone, > > i have been using perl for quite some time, bu

Re: [PHP] Job in Whistler, BC

2001-04-16 Thread John Monfort
You'll probably won't get to see the now :-<. __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 Mon, 16 Apr 2001, Mark Ma

Re: [PHP] baffled :<:

2001-04-17 Thread John Lim
> $pn = $myrow["pn"]; > $cat = $myrow["cat"]; > $box = $myrow["box"]; > $quote = $myrow["quote"]; > } If you are doing print $myrow["card"] here, $myrow at this point is false, so that's why you see nothing. It's reset to

Re: [PHP] How do i include ASP script into PHP...??!

2001-04-17 Thread John Lim
Easy. Just use fopen('http://localhost/file.asp') then fread the data you want. I do this technique to read Access tables from a Linux box. ""Joe Truong"" <[EMAIL PROTECTED]> wrote in message 9bfd8q$gum$[EMAIL PROTECTED]">news:9bfd8q$gum$[EMAIL PROTECTED]... > How can i include ASP scripts int

Re: [PHP] Installing PHP Extentions for IIS - W2K - Is it possible?

2001-04-17 Thread John Lim
The PHP developers are a diverse and perverse group. You can get them from http://php4win.de ""SED"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I was downloading the latest version of PHP (Win32 Binaries) for IIS server, > but no external extensi

Re: [PHP] Tip for cookies

2001-04-19 Thread John Monfort
Is that still true when you include the file? Say you have a notfoo.php file, and include foo.php in it. You don't still have to pass the cookies, do you? __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesign

RE: [PHP] Site Searchable function

2001-04-19 Thread John Huggins
. Here are some other references: http://www.phpbuilder.com/forum/archives/1/2000/10/1/104324 http://www.phpbuilder.com/forum/archives/1/2000/9/1/103222 I use htdig with great success and index my site each morning so all new forum posts are captured for use during the day. John

[PHP] Mail form error in script

2001-04-19 Thread John Silverio
Whenever I try to mail a form I receive this message: Warning: is no longer supported - please use the track_vars INI directive instead in /mnt/web/guide/corvettebuyers/www/do_sendfeedback.php on line 1 The form is on a UNIX server with PHP installed. The INI directive has me confused? Thank yo

Re: [PHP] Connecting to a MS Access database

2001-04-22 Thread John Lim
Your question is a bit too short to be answered. Explain why and we will try to explain how. The other poster is wrong however, u can use ADO and use the Jet OLEDB provider to connect to Microsoft Access. Søren Soltveit <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED

RE: [PHP] Site Structure

2001-04-23 Thread John Huggins
I would suggest putting your includes out of the web tree. /.../website/htdocs/admin /.../website/htdocs/images /.../website/includes This may be totally inappropriate for now, but is a good habit to get into. Call the includes with the full pathname. I know this stinks, but is a good solution

RE: [PHP] Site Structure

2001-04-23 Thread John Huggins
This is true and I do this in .htaccess or in the main Apache config file when possible. However, for those who do not have control over the main config file, you are at the mercy of the system operator. They could turn off looking at your .htaccess files and not have the "" directive to hide th

[PHP] Standalone Browser with PHP and/CGI

2001-04-24 Thread John Monfort
Hello everyone, Quick question: I would like to install a standalone web server can run PHP, I'm looking for guidance on how to do this. Basically, I want to add a PHP application on a CD-ROM, for demonstration purposes. I know PHP can be runed as a standalone, but what about th

RE: [PHP] Site Structure

2001-04-24 Thread John Huggins
This guy is proof that PHP programmers are a functional clever bunch and PHP does not box us in with too many limits. > -Original Message- > From: Matthew M. Boulter [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24, 2001 9:16 AM > To: Steve Werby; Toby Miller; indrek siitan > Cc: PHP

RE: [PHP] link variables space problem in netscape

2001-04-24 Thread John Huggins
tells it like it should be so us it for testing your code along with IE. John > -Original Message- > From: Mark Lo [mailto:[EMAIL PROTECTED]] > Sent: Tuesday, April 24, 2001 2:23 PM > To: *PHP mail list > Subject: [PHP] link variables space problem in netscape > >

RE: [PHP] rounding up

2001-04-25 Thread John Huggins
hich relies on the hardware to compute. Fun stuff eh? John -- 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] ForceType or what?

2001-04-25 Thread John Platte
//www.mysite.com/dir/subdir/ > http://www.mysite.com/dir/subdir/subsir/ > > When I access any of subdirectory, I need to execute same > dir.php, which will display records from database based on path. > > P.S. I can only access to .htaccess file of apache configuration > files.

Re: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
http://www.php.net/bugs.php?id=9530 John On Wed, 25 Apr 2001, Henning Kilset Pedersen wrote: > Dan and others, following this thread; > Here is the result of my pfpro_version() call : > > > > > Yup, that's right. Blank, stare, squiddly-squat, etc. Which is wh

RE: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
means the work that will need to be done will likely be minimal. John On Wed, 25 Apr 2001, Robert Covell wrote: > Is anybody reading the other posts about the work in progress being done by > John? This extra work seems pointless if it is being looked into by the PHP > developm

RE: [PHP] Payflow, story continued

2001-04-25 Thread John Donagher
Good attitude ;) If you have any feedback from your tinkering, please do share.. John On Wed, 25 Apr 2001, Dan Harrington wrote: > I am aware that people are "working on it" but when I needed to process > transactions > _today_, I decided to do some messing around with th

[PHP] Online Training and User Tracking

2001-04-25 Thread John Monfort
s? By 'best', I mean: -easy (relatively) to implement -easy to manage [template based] -scalable Any help would be greatly appreciated. Thx in advance! -John __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiede

[PHP] PHP+MS Access and/or MS SQL

2001-04-25 Thread John Monfort
Hello everyone, I'm looking for information on PHP+ MS Access , and PHP+MS SQL. Any recommendations? Thx in advance! __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you re

Re: [PHP] online site builder

2001-04-26 Thread John Platte
you started on the choose-a-theme part: http://curtisonline.net/theme/phpfast-templates-HOWTO.html Hope this helps. John Platte "Truth binds the mind to what satisfies it, but worldly thinking does not satisfy and therefore ignites curiosity." -- St. Theophan the Re

RE: [PHP] PHP+MS Access and/or MS SQL

2001-04-26 Thread John Monfort
6 Apr 2001, Andrew Hill wrote: > John, > > If you are using PHP from Windows you can use ODBC or the mssql_functions. > > From Linux/Unix, you should compile the iODBC Driver Manager into your > PHP/Apache build, and then drop in an ODBC driver. > > There is a HOWTO at www.iod

[PHP] Ultradev PHP Server Model

2001-04-26 Thread John Monfort
P/JSP/JScript. Any help would be greatly appreciated. -john __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- -- PHP

Re: [PHP] Ultradev PHP Server Model

2001-04-26 Thread John Platte
John Monfort wrote: > I was wondering, is anyone aware of a PHP server model, for Ultradev? > > Or, any leads on how I can create one? > > I'm developing a site with PHP+MS Access+Ultradev. I wanted to use some > of the Ultradev server model features (and convenience),

Re: [PHP] Ultradev PHP Server Model--found!

2001-04-26 Thread John Monfort
d=3&NewsId=505 enjoy! __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 Thu, 26 Apr 2001, John Platte wrot

Re: [PHP] Ultradev PHP Server Model

2001-04-26 Thread John Monfort
you ready?" -+___+- On Thu, 26 Apr 2001, Andrew Hill wrote: > Check out www.interakt.ro > It's beta... but functional. > > Best regards, > Andrew > > > On Thursday, April 26, 2001, at 06:46 PM, John Platte wrote: > > > John Monfort wrote: > >

Re: [PHP] Submiting two forms at the same time

2001-04-27 Thread John Platte
RS. To illustrate this: > > > > > > > > > > I want so that after submiting these forms, somehow, in the bla.php I=20 > have > $HTTP_POST_VARS["foo"] = "yahoo" > $HTTP_GET_VARS["bar"] = "yehaa" >

Re: [PHP] parse error is always on line 1 == error ?

2001-04-27 Thread John Platte
e a problem, > that when I get a parse error it always says that it's on line 1 in > this or that file. > Where is the configuration option to set this right? > I have on another server seen that it's possible to get it to state > the actual error line. John Platte &

Re: [PHP] exclusive execution

2001-04-27 Thread John Donagher
One solution would be to have the script write it's process ID in some .pid file. Since a process ID is per instance of the script, this should provide you with the functionality you're looking for. John On Fri, 27 Apr 2001, Nikhil Goyal wrote: > I need to set up a script such

Re: [PHP] run du command uder php

2001-04-28 Thread John Monfort
you might want to consider add the html PRE tag, to preserve the output format. Something like, > exec ("du -ks /home/apache",$test[]); echo " $test[0] "; This will display the result in the browser, just as it does in the Unix shell. __John Monfort_ _+

[PHP] Best Practice-HTML In Database

2001-04-29 Thread John Monfort
the DSN description. Once that's done. You'll be able to use Ultradev with PHP. I hope that helped. -John Again, thanks to everyone who helped me find this extension. Don't forget my new question :) see above. __John Monfort_ _+---

RE: [PHP] Best Practice-HTML In Database

2001-04-30 Thread John Monfort
ot;The world is waiting, are you ready?" -+___+- On Mon, 30 Apr 2001, Mark Roedel wrote: > > -Original Message- > > From: John Monfort [mailto:[EMAIL PROTECTED]] > > Sent: Sunday, April 29, 2001 10:40 PM > > To: [EMAIL PROTECT

[PHP] Trouble loading Extensions in PHP 4.0.5

2001-04-30 Thread John Monfort
would overwrite the necessary files. Does this have anything to do with my issues? I don't think it should matter, but I could be wrong. I used the Win 32 installer [from php.net] for my installtion. Please help! -John __John Monfort_ _+-

RE: [PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread John Huggins
If I were you I would let the PHP guys figure this out. I am sure they read messages here so stick with 4.04p11 and live on. I was just about to download 4.0.5, but I want your issue to be addressed before I waste my time with a recompile. John > -Original Message- > From:

RE: [PHP] PHP 4.0.5 module causes Apache child processes to segfault...

2001-05-02 Thread John Monfort
iting, are you ready?" -+___+- On Wed, 2 May 2001, John Huggins wrote: > If I were you I would let the PHP guys figure this out. I am sure they read > messages here so stick with 4.04p11 and live on. I was just about to > download 4.0.5, but I wa

[PHP] "maximum execution time exceeded" but !connection_timeout() ???

2001-05-03 Thread John Clements
* not timed out **\n"; $u=connection_status(); echo "connection_status = $u \n"; unlink("tempout"); ?> John Clements . . | \_/ [EMAIL PROTECTED] +44 (0) 20 8959-8213 29 Gibbs Green, Edgware, Middx., UK HA8 9RS -- PHP General Mailing List (http://www.php.net

[PHP] "maximum execution time exceeded" but !connection_timeout() ???

2001-05-03 Thread John Clements
* not timed out **\n"; $u=connection_status(); echo "connection_status = $u \n"; unlink("tempout"); ?> John Clements . . | \_/ [EMAIL PROTECTED] +44 (0) 20 8959-8213 29 Gibbs Green, Edgware, Middx., UK HA8 9RS -- PHP General Mailing List (http://www.php.net

Re: [PHP] BET News

2001-05-04 Thread John Monfort
Ok...all together now, in how many languages can you say, OUT OF PLACE !!! --Spammers, sheesh ! -- On Thu, 3 May 2001, MTV Jams wrote: > http://www.mp3.com/mcpedro from [EMAIL PROTECTED] > > The question is this, If you placed a Jamaican born MC on a Hip > Hop/Trance/Techno track and

Re: [PHP] Need to know this

2001-05-04 Thread John Monfort
www.php.net __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 Fri, 4 May 2001, YoBro wrote: > Hello, > > I need to fin

Re: [PHP] Need to know this

2001-05-04 Thread John Monfort
PHP Stands for Hypertext Pre-Processor (PHP) You can more info at www.php.net The battle between ASP and PHP is ongoing. Same thing for Perl. www.UDzone.com has an article on this, it's called 'Seven Reasons Why PHP is better than ASP". __John Monfort_

Re: [PHP] BET News

2001-05-04 Thread John Monfort
**Ouch !! ** __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 Fri, 4 May 2001, Hrishi wrote: > > > MTV Jams wrote:

[PHP] PHP Flat File Support--Where,How?

2001-05-04 Thread John Monfort
Hello everyone, I remember noticing a "PHP Flat File Support" function, or script, or something. While reading the PHP manuals, and online tutorials. However, I have not been able to find concreate information about it. Does that function exists? If so, then where can I find some in

[PHP] Extracting Array value as variable

2001-05-04 Thread John McConnell
rked it would be $$veg[0] would be 1, and $$veg[1] would be 2. Is there anyway to do this? Many thanks! John McConnell -- 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] Extracting Array value as variable

2001-05-04 Thread John McConnell
Philip, Thank you, thank you, thank you!!! I have been working on this for a LONG TIME!! The answer was the {} brackets. I really appreciate it. John McConnell > From: [EMAIL PROTECTED] (Philip Olson) > Newsgroups: php.general > Date: 4 May 2001 18:39:27 -0700 > Subje

[PHP] Install problems with PHP and GD

2001-05-06 Thread John Vanderbeck
you need to compile in the GD options, but are unclear on what the path's are that it asks for. Would anyone has the kindness to write up a quick Installation of PHP-GD for Dummies? :) Thanks a million! - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign

RE: [PHP] best ide for windows

2001-05-06 Thread John Vanderbeck
I am a fan of UltraEdit. It has syntax highlighting and is a good all purpose powerful editor. What I really like though is the ability to Open >From and Save To FTP sites. This speeds up my work considerably. - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.

RE: [PHP] searching a MySQL database

2001-05-06 Thread John Vanderbeck
// build link $title = "http://gamedesign.incagold.com/displayarticle.php?mode=article&id=".$ row ["article_id"]."\">".$row["article_title"].""; } echo $title."\n&q

RE: [PHP] best ide for windows

2001-05-06 Thread John Vanderbeck
But isn't VIM a *nix only tool? The thread was about Windows IDE's. I'm always open to new editors though, so if VIM is available for Windows, can you give an URL? - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign, the industry source for

RE: [PHP] Passing variables to another page - newbie

2001-05-06 Thread John Vanderbeck
Your location header should be a fully qualified URL, just like you had typed it into your browser. - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues > -Original Message- > From: Dean

RE: [PHP] HTTP authentication : logout!!!

2001-05-07 Thread John Vanderbeck
I to have never been happy with the way PHP handles actual secure sessions. GameDesign was written to entirely use session based access. Both the main user site, and the admin backend use it, and it works quite well. - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com

RE: [PHP] Variable question

2001-05-07 Thread John Vanderbeck
I'm not sure what you mean... [code] $query = "SELECT username FROM Users WHERE userid=1"; $result = mysql_query($query, $link); $user_data = mysql_fetch_assoc($result); echo "my user name is ".$user_data["username"]; [/code] Is that _not_ what you mean? -

RE: [PHP] Variable question

2001-05-07 Thread John Vanderbeck
How about manually parsing the string out to give you chunks, that can then be eval'd easy. - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues > -Original Message- > From: King, Jus

RE: [PHP] PHPmyadmin

2001-05-07 Thread John Vanderbeck
creating a bunch of new databases, and tables. Thanks! - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues > -Original Message- > From: Ryan W. Zajicek [mailto:[EMAIL PROTECTED]] > Sent: Mon

RE: [PHP] Problem with PHP 4.0.5

2001-05-07 Thread John Vanderbeck
Try, \n"; ?> Some systems are configured to not allow the shorthand "http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues > -Original Message- > From: Alvaro Collado [mailto:[EMAIL PROTECTED]] > Sent: Monday, May 07, 2001 8:36 PM > T

Re: [PHP] Multiple Result sets

2001-05-08 Thread John Lim
I don't think you can unless you use PHP's COM support and then use ADO's next recordset feature. Regards, John ""James Crowley"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > I've wri

[PHP] mySQL access denied with correct account/pw?

2001-05-08 Thread John Vanderbeck
denied message whenever I try to connect. Could something ELSE be causing this error? - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign, the industry source for game design and development issues -- PHP General Mailing List (http://www.php.net/) To

RE: [PHP] session question

2001-05-08 Thread John Vanderbeck
Are you opening a session on each of the pages you want to use the variables? Calling session_register() I believe causes an implicit opening of the session, but on the other pages you have to explicity open the session, or you won't have access to those vars. - John Vanderbeck -

RE: [PHP] RE: Undelivered Mail Returned to Sender

2001-05-08 Thread John Vanderbeck
I have been getting this as well, and it is _really_ starting to annoy me. Why is this not filtered out anyways? I am the owner and admin of the GameDesign mailing list, and our software automaticly filters these things from the general list. Please fix this :( - John Vanderbeck - Admin

RE: [PHP] VERY URGENT

2001-05-08 Thread John Vanderbeck
Spam thats been going around lately. Good old money laundering apparently. Friends have reported seeing it as well. It better stop hitting the list over and over again though or i'm gonna scream :) - John Vanderbeck - Admin, GameDesign (http://gamedesign.incagold.com/) - GameDesign

[PHP] OT--Adding Commands to SGI IRIX 6.5

2001-05-09 Thread John Monfort
like to add it to the system, for future uses. I've check the sgi support pages (support.sgi.com) but didn't find much help. Is this considered a PATCH, or what? Please help. -John __John Monfort_ _+---+_ P E P

[PHP] PHP + IRIX + Netscape Enterprise

2001-05-09 Thread John Monfort
I'm looking for a good reference to installing PHP 4 on a IRIX+NS Enterprise system. Please help. Thanks in advance. -John -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] Getting the domain from an url?

2001-05-12 Thread John Vanderbeck
Hey all, I am quite horrible when it comes to regexps, but I have a string that contains a complete url, like: http://www.domain.com/this/is/it.html And I need to strip everything but the domain so that I am left with: www.domain.com Can anyone help me out? - John Vanderbeck - Admin

Re: [PHP] Deleting 1 file line

2001-05-16 Thread John Monfort
I don't know the code, but I would assume you could do the following: 1) read the file into an array, with each line as an element 2) search the element that has the line you're looking for...probably a keyword 3) remove that element from the array 4) implode the array 5) rewrite th

RE: [PHP] Shopping with variables

2001-05-16 Thread John Monfort
That will work, assuming the user is not allowed to purchase multiple items... -John On Wed, 16 May 2001, Ralph Guzman wrote: > Might want to reconsider the way you are doing this, since this may not be > the most efficient way. An alternative might be to do this as follows: >

Re: [PHP] I have a problem with phpMySqlAdmin

2001-05-16 Thread John Monfort
Is your MySQl server on? What platform are you on? Also, make sure your username, password, and database name, are correct. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are

[PHP] Permission Problems

2001-05-16 Thread John Vanderzwet
One of my scripts must create a directory, then a file in it. This part works great, although when another script tries to delete the file (and directory afterwards) it doesn't work because of the permissions. The user on the created file is 'httpd', from apache. The owner of the script is call

Re: [PHP] ASP's Application("asdf") = "hello world"

2001-05-17 Thread John Lim
Sorry, PHP doesn't support application variables natively. You can get classes that emulate this behaviour at http://0x00.org/ or use shared memory or a database. ""elias"" <[EMAIL PROTECTED]> wrote in message 9e0aqb$8vv$[EMAIL PROTECTED]">news:9e0aqb$8vv$[EMAIL PROTECTED]... > Hello! > What's th

Re: [PHP] parsing variables

2001-05-17 Thread John Monfort
Sending variables in url: newpage.php?variable1=value&&variable2=value2&&variable3=value __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+_

Re: [PHP] parsing variables

2001-05-17 Thread John Monfort
*oops!* Sorry about the double ampersands... newpage.php?variable1=value1&variable2=value2... __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+_

Re: [PHP] ASP's Application("asdf") = "hello world"

2001-05-17 Thread John Lim
; The Shared Memory functions doesn't work somehow on win32 ? > > ""John Lim"" <[EMAIL PROTECTED]> wrote in message > 9e0e2j$o33$[EMAIL PROTECTED]">news:9e0e2j$o33$[EMAIL PROTECTED]... > > Sorry, PHP doesn't support application variables nat

Re: [PHP] MYSQL Password

2001-05-17 Thread John Monfort
Can you connect to MySQL manually? If so, then you should be able to connect with PHP's mysql_connect($username,$password,$host); __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is wa

Re: [PHP] PHP Pros/Cons, Case Examples, PHP vs Servlets

2001-05-17 Thread John Lim
Visit http://php.weblogs.com/ There currently is a big debate on this issue. Also see the PHP advocacy pages. ""Scott A Winkle"" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > Im currently running many scripts myself and other staff members wrote in

Re: [PHP] Problem with talnet

2001-05-18 Thread John Monfort
Try SSH (Secure Shell) __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 Fri, 18 May 2001, khuram latif wrote: > Hi De

[PHP] Where the hell did my session vars go?!?

2001-05-18 Thread John Wells
I'm having serious issues with session management in PHP and am trying to determine if it's a problem with my hosting company or a problem in my code. The flow of my site is: login_page -> session_start_page -> form_page -> display_results_page Upon login a POST is made to session_start_page.

Re: [PHP] Where the hell did my session vars go?!?

2001-05-18 Thread John Wells
Here's the server config if it's more help. Thanks!!! John PHP Version 4.0.5 System Linux xxx 2.2.16-3 #1 Mon Jun 19 18:10:14 EDT 2000 i686 unknown Build Date May 17 2001 Configure Command './configure' '--with-mysql' '--with-apache=../

Re: [PHP] IIS5.0/PHP4.03 killing all sessions. HELP!!!!

2001-05-18 Thread John Wells
.. Thanks, John Diego Fulgueira wrote: > Hi!. I have the following problem (we are going crazy about it!!) and i > think there's many people out there that have experienced the same thing: > > A session created in one page is killed on the next one. Check an example: > P

Re: [PHP] Server limits/recommendations

2001-05-18 Thread John Lim
hplens.com) that we could reuse for the site. Regards, john Ian Evans <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'd really like to move our site to a dedicated server, but I'm not > ready to lay down the monthly cash for a m

[PHP] adodb 1.10 released

2001-05-19 Thread John Lim
http://php.weblogs.com/adodb Database wrapper library 1.10. Now supports cached recordsets. Example below: include('adodb.inc.php'); include('tohtml.inc.php'); $ADODB_CACHE_DIR = '/usr/local/adodbcache'; $conn = &ADONewConnection('oracle');/* Oracle 8, use 'oci8' */ $conn->PConnect('','scott','

Re: [PHP] Reports in web browser

2001-05-19 Thread John Monfort
I believe there is a window.print() JavaScript code, that lets you print a document. I've never used it, so I'm not sure. Print Document //or something like that... good luck !! __John Monfort_ _+---+_ P E P I E D

Re: [PHP] Web Host

2001-05-16 Thread John Monfort
We offer hosting with PHP,MySQL, and SMTP. www.pepiedesigns.com __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, 1

Re: [PHP] ok, are servlets/jsp faster than php4?

2001-05-20 Thread John Lim
Well if you had more RAM and a faster CPU, servlets/jsp would be faster :-) This link might not answer your question completely, but it could help... http://php.weblogs.com/jsp "Christopher Leigh" <[EMAIL PROTECTED]> wrote in message 000701c0e134$4223b800$01eea8c0@contrec">news:000701c0e134$422

[PHP] COM objects

2001-05-20 Thread John Skipsey
Can anyone tell me how this asp code would be rewritten in PHP, I'm having trouble getting it to work. Don't worry about the variable names and stuff, it's just the actual connection to the application that's causing me the grief. Thanks for any suggestions, Skipsey. begin 666 createservername

[PHP] Cannot "view source" via IE browser

2001-05-20 Thread John M
call this error happening JUST AFTER I installed. I think I could for awhile and then all of a sudden I could not. I am posting this question in a few other PHP newsgroups as I am unsure where this would fall under: php.dev php.doc php.general php.windows Thanks to anyone who can assist. John

Re: [PHP] PHP & RUBY

2001-05-21 Thread John Monfort
What is RUBY? -John On Tue, 22 May 2001, Maxim Maletsky wrote: > Hello gurus, > > does anyone know a way to make PHP and RUBY running together (parsing both > the same file) ? > > This is what I tried to do: > > httpd.conf: > > AddType applic

Re: [PHP] using Delphi code with PHP

2001-05-22 Thread John Lim
See http://zend.com/zend/api.php Bye john ""Gilles Koffmann"" <[EMAIL PROTECTED]> wrote in message 9edaso$ro7$[EMAIL PROTECTED]">news:9edaso$ro7$[EMAIL PROTECTED]... > Hi, > > I'm trying to use some Delphi code with PHP without using COM (objecti

RE: [PHP] PHP & RUBY

2001-05-22 Thread John Monfort
: > http://www.ruby-lang.org/en/ > > Quite impressive as an idea and I really like it's language concept, > but it is still soo immature. > > Sincerely, > > Maxim Maletsky > Founder, Chief Developer > PHPBeginner.com (Where PHP Begins) > [EMAIL PROTE

Re: [PHP] Searching a MYSQL DB

2001-05-23 Thread John Monfort
ah"); ...more php codes...see php manual for 'mysql_query' and other functions.. [double check the syntax] //where 'search_query' is the form variable that is passwd to the script...the one the user types in the keyword. I hope that's w

Re: [PHP] PHP AND SSI

2001-05-23 Thread John Monfort
You should be able to just print it. The code won't matter to php, but the browser will process it. "; __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+

Re: [PHP] PHP AND SSI

2001-05-23 Thread John Monfort
even better... forgot about that one.. __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, 23 May 2001, Zak Greant wr

[PHP] Help !!

2001-05-23 Thread John Monfort
I'm trying to configure PHP on IRIx 6.5, with NS FastTrack. PHP works in the shell, but not thru the server. I checked the log file and noticed it (server) had a fatal error, because it could not find redirect_php.so . That file was not included in the distribution and is no where to be f

[PHP] Parsing out numbers from a string

2001-12-30 Thread John Weez
the program which saved teh data to a file and then PhP scanned the file line by line..this worked...but i'm trying to make a more elegant solution that won;t kill my hard drive faster ;) Any tips appreciated... John [EMAIL PROTECTED] -- PHP General Mailing List (http://www.php.net

[PHP] Testing: Igonore This Message

2001-12-31 Thread John Monfort
Test Cannot submit to list. Test -- 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]

[PHP] TEST---Please Ignore

2001-12-31 Thread John Monfort
=Testing= Having trouble sending mail... =Testing= Please ignore. -- 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]

[PHP] Regular Expression

2001-12-31 Thread John Monfort
Hello everyone! I'm trying to get the text inside the tag, using regular expression. $area = eregi('()',$str); Where $str is the string containing When I print $area, the string contains the entire content of $str. I get something like: . . . __John Monfort_

[PHP] Regular Expression Help

2001-12-31 Thread John Monfort
owing (and including) the ' ... I want it to ONLY take the text within the openning body tag. Like, how do I do this? What am I missing, in the above? eregi("()",$str,$out); -Please help. -john -- PHP General Mailing List (http://www.php.net/) To unsubscribe,

[PHP] Test

2001-12-31 Thread John Monfort
Test: cannot send mail, but can read. Please ignore. -- 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]

<    9   10   11   12   13   14   15   16   17   18   >