[PHP] Re: php command line

2002-04-30 Thread J Smith
Check out your php.ini file and look for some lines that read something along the lines of zend_extension=/path/to/ZendOptimizer.so zend_optimizer.optimization_level=15 Then either: a. Get rid of those lines; or b. Get the Zend Optimizer and put it some place where PHP can see it can modify

[PHP] RE:[PHP-GTK Question]

2002-05-01 Thread Kirk Babb
This has been a hot topic on the PHP-GTK discussion list. Click here [EMAIL PROTECTED] just send it blank, wait for the confirmation. You will find that a much better place to post this type of question. You can also request the archives for all that you've missed. Good Luck -see you ther

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Liam Gibbs
Thanks to everyone for your suggestions. I went with EditPlus 2. The project features, easy access to all files, and directory-wide search-and-replace functionality are what hooked me. I'm still looking around, though, so if anyone has any other suggestions, let me know. The Zend product looks ni

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Miguel Cruz
On Wed, 1 May 2002, Liam Gibbs wrote: > Thanks to everyone for your suggestions. I went with EditPlus 2. The > project features, easy access to all files, and directory-wide > search-and-replace functionality are what hooked me. I'm still looking > around, though, so if anyone has any other sugges

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Joshua E Minnie
I develop my stuff in TextPad as well. You can download other syntax highlighting files as well, not just PHP. So if you develop in Windows and like to code in a text editor TextPad would be my definite recommendation. -josh "Miguel Cruz" <[EMAIL PROTECTED]> wrote: > On Wed, 1 May 2002, Liam Gi

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Greg Donald
>> It's no BBEdit, but what can you do? vim? It's free and runs on every system I ever heard of. -- --- Greg Donald - http://destiney.com/ http://phprated.com/ | http://phplinks.org/ | http://phptopsites.com/ ---

Re: [PHP] Re: PHP Editors

2002-05-01 Thread José León Serna
Hello: > The big disappointment was QaDRAM Studio, which was so > buggy and unstable, it only took me until I tried to > create a project (the first thing I did upon loading > the software) before it crashed my entire system and > forced me to reboot. Trying to uninstall it is > impossible, as wel

Re: [PHP] Re: PHP Editors

2002-05-01 Thread Marius Ursache
use vim (http://www.vim.org/) highlight syntax code complition autoindent and more... :q José León Serna a écrit : > Hello: > > The big disappointment was QaDRAM Studio, which was so > > buggy and unstable, it only took me until I tried to > > create a project (the first thing I did upon loadin

[PHP] Re: PHP with MySQL

2002-05-02 Thread Mike Eheler
Typically it's done like: $db = mysql_connect('localhost','username','password'); The MySQL database detects what host you're connecting from, and appends that to your username. I'm not sure if it's possible to specify an alternate host. So if both PHP and MySQL are on the same machine, and y

[PHP] Re: PHP and SOAP

2002-05-03 Thread Quentin Bennett
Hi, Let Manuel be your friend! http://www.phpclasses.org/ Quentin "Udo Giacomozzi" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Probably this question has been asked a couple of times but I could not > find a complete answer to my question... > > I am new

[PHP] Re: PHP editing environment

2002-05-03 Thread Hugh Bothwell
"Pag" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Anyone know how i can make my work more efficient? Like install MySQL and > PHP and get everything working normally when i preview the code in internet > explorer, that would be perfect, is it possible? How

[PHP] Re: PHP vs JSP

2002-05-03 Thread Michael Kimsal
Paras Mukadam wrote: > Dear all, > How is PHP similar to / different than JSP ? I mean, in JSP the page is > compiled the first time it runs on the web-browser, then the next time it > finds the .class file and just runs it. i.e. the compiling is "just" the > first time !! How does it work in PHP?

[PHP] Re: php/.htaccess/.htpasswd

2002-05-03 Thread serj
The way I designed the script was so that each time they want to save changes to their htaccess file through the script they have to enter their password. So I never have to actually save the password anywhere in the script. On Fri, 3 May 2002, Mike Eheler wrote: > The problem is not in them be

[PHP] Re: php/.htaccess/.htpasswd

2002-05-03 Thread Mike Eheler
The problem is not in them being able to overwrite the .htaccess *and* getting your FTP password.. those are the cons for both solutions we have presented, respectfully. Right now the ideal solution seems to be this: save new .htaccess to a temp file save new .htpasswd to a temp file use PHP's

[PHP] Re: php/.htaccess/.htpasswd

2002-05-03 Thread Mike Eheler
Ahh. I didn't really consider that. Excellent idea. Mike On Fri, 2002-05-03 at 21:58, serj wrote: > The way I designed the script was so that each time they want to save > changes to their htaccess file through the script they have to enter their > password. So I never have to actually save the

[PHP] Re: » PHP Installation Problems «

2002-05-04 Thread David Jackson
Vins -- Let me see if I can return the favor. Here's what the seem to work for me with PHP4.2.0: form.php // Depending on wheather your using POST or GET $var_name1 = $_POST['form_var_name']' // or $var_name2= $_GET['form_var_name']' echo $var_name1; echo $var_name2; Also I be

[PHP] Re: [[PHP] php problem]

2002-05-10 Thread Jimmy Lantz
"johnny1b1g" <[EMAIL PROTECTED]> wrote: ? Well I guess I could try to help you if you elaborate your question a bit further. / Jimmy Start with RTFM :-) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php -- PHP General Mailing List (http://

[PHP] RE:[PHP]PHP Hosting....

2002-05-11 Thread r
Hey Tim, I'm using 321go.biz for my hosting needs. Not a single problem so far and around 30-90 minutes for each support question to be solved which i think is pretty good. They are slightly expensive though but i joined for the Java part, got PHP free! Now that i'm into PHP I see they also offer

[PHP] Re: PHP and mySQL

2002-05-13 Thread Matthew Ward
I presume that "quantity" is the number of books that the person has ordered, and therefore it needs to be a variable (ie with a $ infront of it) and its also best to do the calculation outside of the SQL statement just to be sure it works, eg: if ($submit){ if(isset($booktitle) && isset($quan

[PHP] Re: PHP and mySQL

2002-05-14 Thread David Robley
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I am getting a parse error on line 75. I am trying to say: > > if there is a booktitle and a quantity chosen, then go to that booktitle and > adjust the quantity in the database. > > Thanks! > Renee > > > $user = "adminer"; > $pas

[PHP] Re: PHP and mySQL

2002-05-14 Thread Hugh Bothwell
"City Colleges Of Chicago - Mannheim" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > if there is a booktitle and a quantity chosen, then go to that booktitle and > adjust the quantity in the database. 0) { $query = "UPDATE Book2"

[PHP] Re: PHP Tag question

2002-05-15 Thread Hugh Bothwell
"Matthew Walker" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I'm writing a coding standards document for our programmers, > and I need to know if the 'echo' shortcut PHP tags are always > on, or if we need to assume they might not be on. > > (By echo shortcu

[PHP] Re: PHP editor (win)

2002-05-15 Thread Vinod Palan
Hi, I am using Editplus and I feel satisfied while using it. you can give a try.. Vinod -- Vinod Palan A Calypso Technology, Inc. [EMAIL PROTECTED] (415) 817-2463 Phone "Juan Pablo Aqueveque" <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20020515102655.00a86040@www2">news:5.1.0.14.2.20020515

[PHP] Re: PHP+MySQL -> Excel ?

2002-05-17 Thread Evan
Thanks to all :-) Bye, Evan "Evan" <[EMAIL PROTECTED]> ha scritto nel messaggio [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is it possible to create an excel file with some data from mySQL, using PHP > ? > > Thanks, > Evan > > -- PHP General Mailing List (http://www.php.net/) To unsubscri

[PHP] Re: PHP+MySQL -> Excel ?

2002-05-17 Thread Manuel Lemos
Hello, On 05/17/2002 01:18 PM, Evan wrote: > Is it possible to create an excel file with some data from mySQL, using PHP > ? Sure, you can use this class to generate Excel files on fly on even in non-Windows platforms. http://www.phpclasses.org/biffwriter -- Regards, Manuel Lemos -- PHP

[PHP] Re: PHP 4.2.1 install

2002-05-22 Thread Johan Ekström
If you've installed php as a module, set it to "0" if as a cgi, "1" "Ryan Conover" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > What do I set cgi_redirect var in the php.ini if I install php 4.2.1 under > win2k/iis5. > > Ryan Conover > [EMAIL PROTECTED] > [E

[PHP] Re: PHP Mail problem

2002-05-24 Thread Michael Virnstein
refer to the manual of your email server and check for quota settings. You obviously reached the quota limit there and now you're not allowed to send any data, until the quota is reset. This may be on a daily or monthly basis or perhaps you have to do it manually. Regards Michael "Manisha" <[EMA

[PHP] Re: PHP and JavaScript

2002-05-26 Thread Vincent Kruger
You need to define the type of file you are creating. Like when you create wml pages with php. Header("Content-Type: text/javascript"); or summing to that effect. have a look at www.weberdev.com "Mp" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, php-ge

Re: [PHP] Re: php+oracle

2002-05-29 Thread Laurent Drouet
ot;Maurice Kevenaar"To: [EMAIL PROTECTED] Subject: [PHP]

[PHP] Re: PHP & Hex Numbers

2002-06-03 Thread Jason Teagle
"Jonathan Rosenberg" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > would produce the same output. Is this correct? Theoretically... > > Either I'm missing something, or PHP gets very confused when > dealing with some numbers. For example, the following p

[PHP] Re: PHP and SSI

2002-06-19 Thread Shashwat Nagpal
no you can't use SSI in your PHP files, but u can use commands like include(); to include a file in ur program, and other functions for different uses. to know more go through php.net.. it's the best resource. Cheers! Shashwat Nagpal Web Developer & IS Executive, DIREM Marketing Services Pvt. L

[PHP] Re: PHP and COM

2002-06-24 Thread BB
$DBCon = new COM("ADODB.Connection"); $DBCon->Open('PROVIDER=MSDASQL;DRIVER={Microsoft Access Driver (*.mdb)};DBQ=your.mdb'); Function CloseSQL() { global $DBCon; $DBCon->Close(); $DBCon = ""; } Function ExecSQL($SQL) { global $DBCon; $rs = @$DBCon->Execute($SQL); if (!$rs) { Kil

[PHP] Re: PHP with IIS

2002-06-24 Thread Dave Leather
Ok .. making more headway.. but STILL unable to solve the problem. I can use FOPEN and FREAD on a text file that lives in the SAME directory as my DBF file, and I can open it and display the text file NO PROBLEM.. looks great.. but every time I attempt to open the DBF file I ALWAYS get the same e

Re: [PHP] Re: PHP 4.2

2002-06-25 Thread James Clifford
On Mon, Jun 24, 2002 at 09:24:13PM +0100, Peter wrote: > If you want an all in one solution without having to have two versions, > can't you read the status of register_globals from the config file and base > the rest of the script on this? > eg > if (register_globals == 'on') { > $name = _POST['n

Re: [PHP] Re: PHP 4.2

2002-06-25 Thread James Clifford
> foreach($HTTP_POST_VARS as $var => $val) { > $$var = $val; > } > > // repeat for the other relevant $HTTP_*_VARS > > The result was a short script that could be require_once'd at the > top of every script that depended on register_globals being off. Er, I mean 'that depended on registe

[PHP] Re: PHP and OOP

2002-06-27 Thread Jesper Brunholm
[EMAIL PROTECTED] wrote: > i want to build a site in fully OO style but that will > significantly slow down execution time Do you have any documentation on this? - I'm getting quite used to read and hear the very opposite. Previously programmers even argued that asp was faster than php because

[PHP] Re: PHP and OOP

2002-06-27 Thread Kondwani Spike Mkandawire
I still don't get what the big fuss of OO programming is about I do agree that it is stylistic hence helps someone else who hasn't written your code to follow up on what you are doing... But so far the programs I have been writing in OO supported languages have been written and scripted on an "as

[PHP] Re: PHP with CSS

2002-06-30 Thread CC Zona
In article <001101c220b8$5338fc30$768c3841@c3>, [EMAIL PROTECTED] (Bruce Karstedt) wrote: > Quick question? > > Is their anything in Apache or PHP that would keep styles from working. Both > external (CSS) and inline styles are ignored. If it was the only the external stylesheet that wasn't wo

[PHP] Re: PHP and PDF

2002-07-01 Thread Anson Smith
If you can edit the PDF file and have access to acrobat then you can use adobe's fdf format. Basically you just create a read-only text field on the original PDF and use php to fill in the value for it every time it's loaded here's some links http://www.php.net/manual/en/ref.fdf.php http://

[PHP] Re: PHP and PDF

2002-07-01 Thread Richard Lynch
>hello everyone-- > >i'd like to know if this can be solved with php. > >i'll be creating a pdf form that'll be downloaded, filled and turned >in. >the form must have a unique NUMBER printed on it each time it is >downloaded. > >i'd like to use php to update this NUMBER (ie. counter + 1) each time

[PHP] Re: PHP Automatic Backup

2002-07-05 Thread Richard Lynch
>I was reading the post by Pag called “MySQL backups” and I have the same >question, but not the shell access. It came to my mind, that if will be >very useful for me, and probably for many of us newbie’s, to be able to >build an automated PHP system that could make backups by itself at a >specifi

[PHP] Re: PHP Script Speed

2002-07-08 Thread Peter
I understand what you're getting at, I'm not sure of the answer though. I know it would stop you using FrontPage or Dreamweaver but if for example you had Index page"; print "Current: $_Current"; print "Percent Change: $_ChangePercent"; print ""; ?> You'd eliminate that problem. "Christopher Cra

[PHP] Re: [PHP-DB] PDF

2002-07-08 Thread Peter Janett
I needed to create invoices, one per page, that could be printed, and chose to use http://www.fpdf.org/. It was easy to take my HTML formated output and change it to PDF. HTH, Peter Janett New Media One Web Services New Upgrades Are Now Live!!! Windows 2000 acc

[PHP] Re: [PHP-DB] PDF

2002-07-08 Thread Chris Boget
> > If someone has any idea, please let me know > I would strongly suggest that you use a PDF class of some sort. There're > quite a few available. I've had good results with pc4p. Typically, most PDF classes require that it be working from some sort of static template. If that is fine, then def

[PHP] Re: PHP Script Speed

2002-07-08 Thread Christopher J. Crane
I use to do it that way, but i like to be able to see it in Dreamweaver for more control, not so much Frontpage, I don't know how to use front page. I hope someone helps me figure this out. "Peter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I understand w

[PHP] Re: PHP Script Speed

2002-07-09 Thread Richard Lynch
>but I am wondering if it is at the cost of a slower page loading. The reason >I think this is whenever I would like to display a variable I have to put in >a script tag like . I might have as many as 20 of >these on a page. Every time doesn't PHP have to start again and parse out >this informatio

[PHP] Re: PHP Image Functions

2002-07-09 Thread Richard Lynch
>I have a directory of jpegs that I want to display thumbnails of and have a >link to the original jpeg. I would rather not create separate thumbnails >images preferring to create them in memory to display them. I have installed >GD v.1.8.4. The code below outputs jumbled text to the browser (poss

[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Derick Rethans
Mike, I suggest you try the latest snapshot @ http://snaps.php.net/php-latest.tar.gz and configure like this: ./configure --with-gd=php --other options This will use the bundled GD library, which is more current than any 'official' release. The PHP Dev Team decided to bundle it to make sure t

[PHP] Re: PHP & gd-2.0

2002-07-10 Thread Ricky Dhatt
I've done it, and it's quite a pain. Try http://www.php.net/~rasmus/gd.html and look for Rasmus's posts on google groups for some insight. One problem I had was that configure kept finding old gd's; I had go thru my system and rename them temporarly to get it to work. "Mike" <[EMAIL PROTECTED]>

[PHP] Re: PHP usage(s)

2001-10-23 Thread Jason Wood
PHP is getting HUGE!! look at the stats on http://www.php.net/usage.php Speaks for itself... A) I dont use any templates... i reuse my own code sometimes, but i mostly do it all by hand. B) I dont even know what FastTemplates is, hehe =P C) ?? D) haha, keep it competitive? It's pretty much

[PHP] RE: PHP object communication

2001-10-25 Thread Tim Ward
If you want access to error functions within the db class it must either extend the error class or have an error object within it. Either ... Class DB extends Error { ... } Class Core extends DB { ... } or Class DB { var $error; ... function DB() // constructor

[PHP] RE: PHP object communication

2001-10-25 Thread ad
Hi Tim, > If you want access to error functions within the db class it must either > extend the error class or have an error object within it. Either ... > I'll go for the latter, because extends isn't appropriate in this case: > Class DB > { var $error; > ... > function DB() // constr

[PHP] RE: PHP object communication

2001-10-25 Thread Tim Ward
see below for comments Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message: http://www.stivesdirect.com/e-mail-disclaimer.html > -Original Message- > From: [EMAIL PROTECTED] [SMTP:[EMAIL PROTECTED]] > Sent: Thursday, Octo

[PHP] RE: PHP object communication

2001-10-29 Thread ad
Sorry, it was Tim that suggested that what I required wasn't really OO. My apologies Tim, and thanks for your emails. adam Adam Beecher - CEO & Core Geek - ieWebs™ e ... [EMAIL PROTECTED] w ... http://www.iewebs.com m ... Box 81, Eglinton St,

[PHP] Re: php & mysql prob...

2001-10-30 Thread Mike Frazer
I may be a little backward here but wasn't mysql_db_*() deprecated? Keep in mind it was a long day at work and I'm tired. I could be on fire right now and probably just want to open a window to cool off. :) Mike "Sc" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

[PHP] RE: php & mysql prob...

2001-10-31 Thread Tim Ward
Your query is invalid, hence $test is false rather than a result set. I usually do if ($test = mysql_db_query( ... )) to trap this. Don't put quotes around table or field names, in your case 'Port$p' should be just Port$p and 'Port$p'.date just Port$p.date. Tim -- From:

[PHP] Re: PHP/XSLT questions

2001-11-09 Thread Jeff Warrington
In <[EMAIL PROTECTED]>, Vikram Vaswani wrote: There is an undocumented function in php4.0.6 that allows you to specify an XSLT callback function for errors. You can then create a function to parse out the error array created by the callback function. It actually captures not only errors but als

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
> After I research security issue from the web, I had found apache > .htaccess which can solve > my problem. What my problem is that, can .htaccess perform like a database > system which > can store users loginID and password, and also set those users have a > expired time each ?? If you want

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
then, can .htaccess store the user expried date ? like Peter is not allowed to login after 2Feb 2001, Sam is expired after 11Nov 2002.. and also, is it possible to maintain the .htaccess automatically ? like I write a shell script and run it schedully to delete those expired entry ? "Johan

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread Johan Holst Nielsen
> then, can .htaccess store the user expried date ? > like Peter is not allowed to login after 2Feb 2001, Sam is expired after > 11Nov 2002.. Yes and no. You just have to make a change in the .htaccess file. > and also, is it possible to maintain the .htaccess automatically ? > like I write

[PHP] Re: PHP + apache .htaccess

2001-11-14 Thread EnriGA
Thanks very much ! I think I've got the way ! ^_^ "Johan Holst Nielsen" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > then, can .htaccess store the user expried date ? > > like Peter is not allowed to login after 2Feb 2001, Sam is expired after > > 11Nov 2

[PHP] Re: PHP / MYSQL & AUTHORWARE

2001-11-21 Thread Fred
Check out the WDDX functions. They were made for precisely this purpose (if I understand you correctly). Your PHP scripts would use WDDX to serialize the variables and Authorware would deserialize them. Of course, I don't have a clue what Authorware is and it may or may not include support for

[PHP] Re: PHP / MYSQL & AUTHORWARE

2001-11-21 Thread Richard Lynch
> Geoff <[EMAIL PROTECTED]> wrote in message > [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >> want to do is link the two. In other words. PASS the information to >> Authorware from the Web Pages, that way I could display the database >> information within a display icon or manipulate the data vi

[PHP] Re: php and tables

2001-11-27 Thread Fred
You have already pulled the data into an associative array with the column name as the array key. Use array_keys() to spit out the column names at the top of your table. Fred B <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > i have created a program that allo

[PHP] Re: PHP Memory Error

2001-11-29 Thread lallous
John, Question 1, are you using PHP as ISAPI or CGI? "John Monfort" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > > Hey all, > Need some help. > > Two questions: > > 1) > > =Environment= > PHP 4.0.5 > Win2k > Apache 1.3.20 > MySQL ..3.24 > === >

[PHP] Re: PHP Memory Error

2001-11-29 Thread Julio Nobrega Trabalhando
Used to happen the same here when I was using PhpMyAdmin. On large consults, it would lock. Passing from CGI to module solved all my problems. On the manual you can see the necessary lines to do such. -- Julio Nobrega No matter where you go, &this. "Lallous" <[EMAIL PROTECTED]> wrote in m

[PHP] Re: PHP and JAVA

2001-12-02 Thread Christian Stocker
In <00f501c17b22$dd26da20$0600a8c0@shaemeli>, Steve Haemelinck wrote: > Hi all > > Does anyone got any experience with JAVA in PHP? I tried to rebuild php > with java support. Everything worked well but when I try to initiate > Java in PHP, I get cannot instantiate Virtual machine. I use kaffe a

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > I would like to know if someone could help create: I was kind looking for someone to help show me the way. Not really to do it all. I was just notified by the league pres. that we do not have the budget to pay for anyone else to perfo

[PHP] Re: PHP Help required

2001-12-04 Thread The Big Roach
Eddie, There are some good books to get you started running - literally - with PHP and a database (usually MySQL). I would recommend PHP Fast and Easy (blue cover with red writing). Each chapter focuses on a given task... building tables, then adding to table, then selecting from a table and - of

[PHP] Re: PHP Help required

2001-12-04 Thread MrBaseball34
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] says... > Eddie, > > There are some good books to get you started running - literally - with PHP > and a database (usually MySQL). > I would recommend PHP Fast and Easy (blue cover with red writing). Each > chapter focuses on a given task... buil

Re: [PHP] Re: php binary

2001-12-11 Thread Attila Strauss
Hi simply recompile ur php _without_ the config options --with-apxs or --with-apache ... thats it best regards attila strauss > > > Hi > > > > Can someone tell me from where can I get the binary file of php so that I > > can run php files from the command line of Unix. > > if linux check y

[PHP] Re: PHP 4.1.0 released

2001-12-11 Thread Daniel Urstöger
Just update PHP to v.4.1.0 about 10 mins ago Worked pretty go so far ! :) Will tell about loads soon .. But as far as I see, the load really dropped ... Yeah, and waiting till Zend is bringing out a working version of Optimizer for that PHP version ! :) cya ! Daniel PS: thx for your affords ! "

[PHP] Re: PHP 4.1.0 released

2001-12-11 Thread MindHunter
Where do we get the Windows Binaries? Cheers MH Zeev Suraski <[EMAIL PROTECTED]> wrote in message 5.1.0.14.2.20011210234236.0516bec0@localhost">news:5.1.0.14.2.20011210234236.0516bec0@localhost... > After a lengthy QA process, PHP 4.1.0 is finally out. Download at > http://www.php.net/downloads

[PHP] Re: php sessions limit

2001-12-18 Thread Chris Lee
its irrelevant. now there is a file system dependancy. in linux is inodes, not enough and you'll have some problems, win2k I dont know. -- Chris Lee [EMAIL PROTECTED] "Aaustin" <[EMAIL PROTECTED]> wrote in message 002101c18293$671c5d00$0300a8c0@tomato">news:002101c18293$671c5d00$0300a8c0@t

Re: [PHP] Re: php telnet

2001-12-20 Thread Thies C. Arntzen
the attached file implements a minimal telnet client and is free to use. re, tc On Wed, Dec 19, 2001 at 02:16:36PM -0800, Chris Lee wrote: > if I nc to my server on port 23 I get the same thing. ie there is nothing > wrong. your going to have to emulate the telnet protocal now,

[PHP] Re: PHP called recursively?

2001-12-21 Thread Chris Lee
if he wants to burn a cd why dont you just copy the php dir onto a cd? why do you have to parse everything? as an admin I would rather the entire dir then the content of the executed script. plus on your side parseing every url recursivly and getting all the images etc, what a hasle, just copy the

[PHP] Re: PHP software tool

2001-12-22 Thread Mike
TextPad is another good text editor for all types of programming languages. Unforuntatly it is not free but the demo my work for you. http://www.textpad.com It supports multiple languages like PHP, JAVA and HTML -Mike "Laserjetter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[

[PHP] Re: PHP called recursively?

2001-12-23 Thread Thomas Karcher
Hi Chris, > if he wants to burn a cd why dont you just copy the php dir onto a cd? why > do you have to parse everything? as an admin I would rather the entire dir > then the content of the executed script. plus on your side parseing every > url recursivly and getting all the images etc, what a h

[PHP] Re: PHP software tool

2001-12-24 Thread Yoep
I use this one too... its just 20$ or so though, and is a very great and convient editor. I do all my PHP coding in it. Yoep "Mike" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > TextPad is another good text editor for all types of programming languages. > Un

[PHP] Re: php code beautifier

2001-12-27 Thread Mike Eheler
I'm working php script that would perform such a feat. I'll post news on php.general when/if it's finished. Mike George Nicolae wrote: > do you know if exist a php code beautifier for win32? pls tell me the > address. > > -- > > > Best regards, > George Nicolae > IT Manager > __

[PHP] Re: PHP scripts timeout

2002-01-03 Thread Fred
First of all, there is no need to worry about database connections, PHP does not count the time that it is waiting for database connections to complete. The best suggestion I can make is to try to determine if the scripts that time out have been passed a common post or get variable, that may be up

[PHP] Re: [PHP-DB] mysql_num_rows

2002-01-06 Thread Andrey Hristov
That means the sql is not correct and the mysql_query()(mysql at all) didn't succeded to execute it Check you sql statement. Regards, Andrey Hristov - Original Message - From: "Gurhan Ozen" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Sunday, January 06, 2002 9:52 PM Subject: [PHP

[PHP] Re: PHP software tool

2002-01-06 Thread Phillip Oertel
Yoep wrote: > I use this one too... its just 20$ or so though, and is a very great and > convient editor. I do all my PHP coding in it. ACK. phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Julio Nobrega Trabalhando
Database is a good point. PHP has native support for several, while I believe ASP do not (through ODBC). Modules, and their price. At least I heard in ASP you have to pay for some of them (well, more than those on PHP). Typecast? I am not sure if in ASP you have to, I remember I heard some

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Robert Klinkenberg
Well, I personally prefer PHP over ASP because better support from webhosting companies, but ASP has some good points. This is especially the case if you can setup the complete hosting environment yourself and have some money to spend. First of all databases. PHP has support for a limited but int

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Philip Hallstrom
I don't want to start a war, but last time I looked PHP had native support for every database I'd ever heard of including Oracle, SQLServer, etc... Just don't want the guy doing the report that php is database limited... On Wed, 9 Jan 2002, Robert Klinkenberg wrote: > Well, I personally prefer

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Michael Kimsal
Philip Hallstrom wrote: > I don't want to start a war, but last time I looked PHP had native support > for every database I'd ever heard of including Oracle, SQLServer, etc... > > Just don't want the guy doing the report that php is database limited... > "Native" support can mean different th

[PHP] RE: PHP vs. ASP

2002-01-09 Thread Robert Klinkenberg
Off course PHP does support Oracle and the like. What I wanted to say is that PHP support most common databases, but if your company needs support for some strange database you can't access it very fast and easily (especially when you use PHP on Unix). On the other hand with ASP you can access any

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Mike Eheler
Well being a former ASP programmer and a current PHP programmer I think I can help you there. The key point is ease of use. PHP provides far more functionality than ASP (try finding a function to print out the date in ASP.. yeah, I thought so), while at the same time giving you access to low-l

[PHP] Re: PHP vs. ASP

2002-01-09 Thread Julio Nobrega Trabalhando
Sorry, "corrected on PHP only after 15 being reported.." should read: "corrected on PHP only after 15 minutes being reported.." That was a good thing I saw. I still remember, some exec() problems with slashes and some letters on a specific plataform. Stunned me how fast the bug was solved.

[PHP] RE: PHP vs. ASP

2002-01-10 Thread Brinkman, Theodore
Typically, when people talk about 'native' database access, they're referring to accessing the database using the database's native interface, not that the language directly supports the database. (i.e.: not limiting everything to the lowest common denominator). The advantage you get from native

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
I did very much of the work already! There are just some smaller (and important) things to fix, but I think for an experienced programmer would it be just a day of work. You can see what i did until now here http://www.zabia.net/admin/dregtest/index.php?do_global=1 Just check it out! *

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
If you finish it fast and as i want (i will help with the signup) you will get 2 domain registrations for free for 2 years each!!! K.Simon Webmaster http://www.zabia.net *** REPLY SEPARATOR *** On 11/01/2001 at 6:32 nonoy apellido wrote: >hi, > > what do u you mean?

[PHP] Re: PHP programmer needed.

2001-01-11 Thread K.Simon
PS: Plus Free Domain Parking if you need to! *** REPLY SEPARATOR *** If you finish it fast and as i want (i will help with the signup) you will get 2 domain registrations for free for 2 years each!!! K.Simon Webmaster http://www.zabia.net *** REPLY SEPARATOR *

[PHP] Re: PHP vs. qmail

2001-01-14 Thread Tino Hendricks
Hi Nicklas, sorry, I do not have an answer to your question, but I was wondering if you could give me a short hint on how to trigger the execution of a PHP-Script if a mail arrives for a non-existing _mailbox_ (instead of the domain-thing in your question). Thank you very much in advance! Tino

[PHP] Re: [PHP-DB] .htpasswd?

2001-02-04 Thread Victor Foitzik
James Smith wrote: >Is there a way that when a user signs up for a >user/pass on a site, to automatically update the >.htpasswd on the site? Right now I'm running a Win2k >Pro, with Apache installed and MySQL/PHP. > >Thanks, > >James The quite simpliest method is to put appropriate directives

RE: [PHP] Re: php editors

2001-03-19 Thread Altunergil, Oktay
To: McShen; [EMAIL PROTECTED] Subject: [PHP] Re: php editors > I am looking for good php editors. Currently, i am using PHP coder. It > highlights syntax and checks my syntax. It's also executes my PHP codes. Are > there any editors like that? I just want a editor that highlights

Re: [PHP] Re: php editors

2001-03-20 Thread almir
homesite is very nice www.allaire.com almir ""Richard Lynch"" <[EMAIL PROTECTED]> schrieb im Newsbeitrag 01f901c0b0c8$291ba800$[EMAIL PROTECTED]">news:01f901c0b0c8$291ba800$[EMAIL PROTECTED]... > > I am looking for good php editors. Currently, i am using PHP coder. It > > highlights syntax and

[PHP] Re: [PHP-DB] mysql_result()

2001-04-05 Thread Jordan Elver
Thanks for everyones help with this one, all suggestions appreciated. Cheers, Jord On Wednesday 04 April 2001 17:06, you wrote: > Jordan, > > If you know your result is going to product one row, try using: > > $row=mysql_fetch_array($result, MSQL_ASSOC); > // returns an assoc array where the fi

[PHP] RE: [PHP-DB] mysql_result()

2001-04-04 Thread Andrew Hill
Jordan, If you know your result is going to product one row, try using: $row=mysql_fetch_array($result, MSQL_ASSOC); // returns an assoc array where the field names are keys, field value is value $id=row[id]; $name=row[name]; etc. Best regards, Andrew -- And

<    1   2   3   4   5   6   7   8   9   10   >