Re: [PHP] Example high-profile PHP sites

2001-07-26 Thread Thomas Deliduka
a list of big, > impressive-sounding, high-profile sites using PHP. I went looking > for the list on PHP.net, and the closest I could find is > http://pt2.php.net/sites.php which, as you'll see, is suffering from > a fatal error. -- Thomas Deliduka IT Manager --

[PHP] option value

2001-07-15 Thread Michael Thomas
how can i populate an dropdown box useing php & postgresql. Thanks in advance -- 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] ereg() help, plz

2001-07-15 Thread Thomas R. Powell
Try this, while ($file_name = readdir($dir2)) { if ($file_name!="." && $file_name!=".." && $file_name!="head.jpg" && !ereg(^tn_,$file_name)) { $files[]=$file_name; } } $numfiles = count($files); for ($i=$g; $i<$numfiles; $i++){ echo $files[$i]; } Tom At 09:45 PM 7/14/01 -0400, you wrote: >

Re: [PHP] how to hide dbconnect file if its in publisheddirectory?

2001-07-10 Thread Thomas David Kehoe
fish.inc'); can't find the file. As I wrote earlier, my .inc files can be read by anyone typing in the URL. It doesn't matter if there are lines. .inc files don't execute. I rent server space from phpwebhosting.com, so I can't change the PHP settings. Any othe

[PHP] Hiding password in a class file (object-oriented programming)?

2001-07-09 Thread Thomas David Kehoe
hout making a class treats the file as HTML and it doesn't execute. -- Thomas David Kehoe, author of "THE EVOLUTION OF INTIMATE RELATIONSHIPS" How Our Brains Are Hardwired For Relationships http://www.FriendshipCenter.com/TEIR/ -- PHP General Mailing List (http://www.php.net/) To unsub

Re: [PHP] can I fopen an https url?

2001-07-09 Thread Thomas Deliduka
PHP (http://www.php.net/manual/en/ref.curl.php) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional command

[PHP] Question on Commercial Offerings

2001-06-30 Thread Thomas Deliduka
olution to their hosting. Well, we want to migrate this to PHP/MySQL and I don't know how to protect the source code. My boss is suggesting to make a DSO but I really am not a C programmer to do all that. I want to make it all in PHP but somehow protect the code. Any ideas? -- Thomas Deli

Re: [PHP] Pricing Advice Needed

2001-06-29 Thread Thomas Deliduka
= fobar($foo); } else { $dofoo = foobar($bar); } Or If ($foo == "bar") { $dofoo = fobar($foo); } else { $dofoo = foobar($bar); } I would never trust someone who charged by line. I think in general it's about $100-$150/hour for programmi

[PHP] Missing arguments for function in class? (object-orientedprogramming)

2001-06-27 Thread Thomas David Kehoe
riendshipCenter.com). Here's the full class script, followed by the script I use to call the function. -- Thomas David Kehoe, author of "THE EVOLUTION OF INTIMATE RELATIONSHIPS" How Our Brains Are Hardwired For Relationships http://www.FriendshipCenter.com/TEIR/ ";

[PHP] mssql and uniqueidentifier's

2001-06-27 Thread Thomas Häger
Result shown in the browser, queried by php : ÑgdIFv"@?pfê"2 Can somebody help me, thanks, Thomas -- 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 administrato

[PHP] imap_status

2001-06-26 Thread Thomas Ferte
I I use imap_status, but i want the information on the mail (Subject,Size). Thanks -- 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 PROTECTE

Re: [PHP] logout

2001-06-20 Thread Thomas Deliduka
x27;s http authentication I'm not sure. -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: PHP version?

2001-06-18 Thread Thomas Deliduka
there any changes in the version which could be causing these problems? Not sure, any mysql-related stuff here:  http://www.php.net/ChangeLog-4.php -- Thomas Deliduka IT Manager  - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: Lists are back up

2001-06-18 Thread Thomas Deliduka
On 6/18/2001 3:15 PM this was written: > We have re-enabled the PHP mailing lists. They are now running from a > temporary machine sitting on the floor of my spare bedroom. A more > permanent home is in the works. LOL, ya hoo!! -- Thomas Deliduka I

[PHP] (pas d'objet)

2001-05-23 Thread Thomas Ferte
-- 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] liste de diffusion

2001-05-23 Thread Thomas Ferte
-- 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] form posting problem - $variables get padded with spaces

2001-05-22 Thread Thomas O'Neill
Can anyone help? Here is my problem, I am submitting a lot of hidden variables using a and they come over padded with a space on the left. I know that I can trim() them but in case I am working with that might be more trouble then its worth. This does not happin on another installation of P

Re: [PHP] Discussion board

2001-05-22 Thread Thomas Deliduka
s and other good features that will run on Linux? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands

[PHP] Discussion board

2001-05-22 Thread Thomas Deliduka
Is there a good PHP alternative for a discussion board or something else that allows for moderators and other good features that will run on Linux? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

Re: [PHP] Capturing the url in the location bar

2001-05-15 Thread Thomas Deliduka
RI; This will concatinate the site requested with the rest of the url. -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTE

Re: [PHP] Unix file vs. Mac file formats

2001-05-09 Thread Thomas Hurst
sing ASCII mode, this will probably be handled automagically for you, btw. -- Thomas 'Freaky' Hurst - [EMAIL PROTECTED] - http://www.aagh.net/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] passing parameters in the url using forward slashes

2001-05-09 Thread Thomas Hurst
mine :), but the best way to do it is probably to use mod_rewrite. This takes an url and, er, rewrites it to point at your script. However, you have to parse the URL yourself, it'll be in $HTTP_SERVER_VARS[REQUEST_URI]; -- Thomas 'Freaky' Hurst - [EMAIL PROTECTED] - http://www

Re: [PHP] HTTP Auth

2001-05-09 Thread Thomas Edison Jr.
Try using this : works excellent on any browser, apache server with PHP module. T. Edison jr. --- gary <[EMAIL PROTECTED]> wrote: > Im having a problem with Authentication uisng > $PHP_AUTH_USER and > $PHP_AUTH_PASSWORD works fine connecting via > netscape but automatically > set to false w

[PHP] HTTP authentication : logout!!!

2001-05-07 Thread Thomas Edison Jr.
i'm using http authentication for my php pages (members area). Once you login correctly, than you can access anypage as the authentication box doesn't pop-up. Now i woul like to create a logout link after clicking on which, whenever you click on a page using auth, the auth box should pop-up agai

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
Already Did sir! and am as happy as u would've been. finally i can test http authentication 2. Cheers, T. Edison jr. "We're out of our medicines and out of our minds..." --- MaD dUCK <[EMAIL PROTECTED]> wrote: > also sprach Thomas Edison Jr. (on Sat, 05 May 20

Re: [PHP] PHP on PWS not working! : WORKING NOW!!

2001-05-06 Thread Thomas Edison Jr.
thankx a lot sir, i guess your guessing worked real well...after 5 days of headbanging and trying everything, it workedi did what u said...removed all references to the isapi dll and converted the php module to php cgi and it's working on PWS. i guess i'm gonan use my apache server for the M

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Thomas Edison Jr.
right, i can change to the CGI version immideately, as it is i have the module ver installed on my Apache. Tell me something, to make it back to the CGI ver, the only thing i have to do is to give the path in my regedit as "C:\php4\php.exe %s %s" instead of what i was giving "C:\php4\sapi\(the php

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-06 Thread Thomas Edison Jr.
>Why not install all three servers (IIS/Apache/Jrun) yeah, well i'm already doing that sir. only problem is, since few days my PWS is not working. Fortunately, just minutes ago i was able to fix it so that ASP is running perfectly on PWS now. Only PHP is not. So anyway, i guess i've dropped the i

Re: [PHP] IIS instead of PWS!!! what else can i do..

2001-05-05 Thread Thomas Edison Jr.
s, T. Edison jr. --- Zak Greant <[EMAIL PROTECTED]> wrote: > You may want to try Xitami (www.imatix.com) as a > fast/free/open source > alternative to the Microsoft products. > > --zak > > > - Original Message - > From: "Thomas Edison Jr." <

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
ome ideas: > 1. Rename php.ini-dist to php.ini (if you haven't) > 2. Simplify your script > 3. Try changing your directory properties in PWS: > Read/Execute/Scripts - try different combinations > > > --- "Thomas Edison Jr." <[EMAIL PROTECTED]> > wrote: > &

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
> 1. Rename php.ini-dist to php.ini (if you haven't) > 2. Simplify your script > 3. Try changing your directory properties in PWS: > Read/Execute/Scripts - try different combinations been there, done that, you could say. i think i've tried every possible humanly available option. my \inetpub\www

[PHP] IIS instead of PWS!!! what else can i do..

2001-05-05 Thread Thomas Edison Jr.
i think i'm almost at the verge of giving up...somehow the PWS in my system is ruined forever...i'd done everything..and i mean *EVERYTHING*...but PHP just doesn't seem to be working with my PWS. In fact, even my ASP scripts are not working anymore on PWS. I've uninstalled & reinstalled PWS twice

Re: [PHP] Sorry, what is "PWS"

2001-05-05 Thread Thomas Edison Jr.
PWS is Personal Web Server. It's a web server by Microsoft. Practically it's pretty easy to use. You can install it into any home PC using win98 and configure PHP on it to use. It supports ASP by default so you can do you ASP scripting using it. Latest version of PWS is 4.0! If u're looking for

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
4ts.dll to your windows/system > directory? I think I had > to do that even though it wasn't in the directions > > Data Driven Design > P.O. Box 1084 > Holly Hill, Florida 32125-1084 > > http://www.datadrivendesign.com > http://www.rossidesigns.net > - Original

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
nothing does seem to work...i don't know what the hell is the problem!! i did put this : > C:\\php\\sapi\\php4isapi.dll in the regedit file and it looks great. everything is just so by the book. where the hell am i going wrong!! can't understand what's different here that was not before coz it w

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
gn.com > http://www.rossidesigns.net > - Original Message - > From: Thomas Edison Jr. <[EMAIL PROTECTED]> > To: Data Driven Design <[EMAIL PROTECTED]> > Sent: Friday, May 04, 2001 2:33 PM > Subject: Re: [PHP] PHP on PWS not working! > > > > Did bot

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
i'm not getting errors, when i do open my page (http://localhost/test.php3) or any php3 page on my PWS, i get an "HTTP 500 - Internal server error". All the HTML files and stuff are running on my PWS. Only php3 is not!! i did not make any changes to my PWS while installing this new php4.0.5 file

[PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
don't know why still my PHP 4.0.5 is NOT working on my PWS 4.0!! the PHP module is now working perfectly on my Apache server (At Last)!! but what is wrong with PWS??? I have left the doc_root field blank in php.ini And the extension_dir points to C:\php4 which actually contains php.exe and only

Re: [PHP] HELP!! PHP not working Suddenly!!!

2001-05-04 Thread Thomas Edison Jr.
i was gonna die until u came along, at least you have given me some hope. i'm not able 2 eat since this happened. anyway, > already have contained the correct stuff - did you > change anything? yes, because the earlier php were in very different folders..i had a pretty pretty early version of PH

[PHP] HELP!! PHP not working Suddenly!!!

2001-05-04 Thread Thomas Edison Jr.
gosh, i just downloaded the new PHP file from www.php.net, the file i downloaded is : *** PHP 4.0.5 [4,590Kb] - 30 April 2001 (CGI binary plus server API versions for Apache, AOLserver, ISAPI and NSAPI. MySQL support built-in, many extensions included, packaged as zip) *** i'm using win98 & PWS

[PHP] feof with fsockopen don't work

2001-05-03 Thread Thomas Häger
eof()-function with fsockopen() too. Can somebody help?? Thanks, Thomas -- 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] PHP as MODULE & CGI Version of PHP

2001-05-01 Thread Thomas Edison Jr.
I was going through this fantastic tutorial on HTTP Authentication at Zend.com! It mentioned that to have this working, PHP must be "Installed as a Module" and NOT as "CGI Version". Because it will not work in CGI version. Tell me something, how and from where can i install PHP as a Module on my

[PHP] HTTP authentication for username & password

2001-04-26 Thread Thomas Edison Jr.
How can I use the HTTP authentication which pops up that little box in the screen asking for username & password for giving access to a page in PHP? regards, T.Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.a

[PHP] Big Problem

2001-04-25 Thread Thomas Booms
ks in advance. Thomas -- 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] the SkyBiz matrix|downline program using PHP & mySQL

2001-04-25 Thread Thomas Edison Jr.
we're trying to develop an exact replica of the SkyBiz downline|Matrix system program. But it's getting so complicated & niether is the logic coming out. we're in need of help. Anyone familiar with the skybiz matrix, please help!! It's a 2 X 2 matrix system where a person can have only two legs be

Re: [PHP] insert data to mysql

2001-04-23 Thread Thomas Deliduka
ty", "$state", "$zip", > "$phone", "$fax", "$model", "$country", "$details", "$type")"; Um.. You're using double-quotes inside of double quotes. You need to use single quotes VALUES('$

[PHP] fflush() function

2001-04-20 Thread Thomas Deliduka
This function: http://www.php.net/manual/en/function.fflush.php Has no example on how you would code with it. Does anyone know? It mentions "buffered output" how do you buffer output? -- Thomas Deliduka IT Manager - New Eve Media The Solution To You

Re: [PHP] PHP/OCI8 design for persistent connection tuning

2001-04-17 Thread Dave Thomas
Yeah, that's what I'm thinking. I could tune the images server way down for flat content and massive bandwith. The only problem I can see is that webmasters hate having to code that extra info. Dave -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECT

Re: [PHP] can't restart apache, help needed

2001-04-10 Thread Thomas Angst
ine 0 PHP Warning: Basic Functions: Unable to register functions, unable to load in Unknown on line 0 and /sbin/init.d does no more exist Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTE

[PHP] can't restart apache, help needed

2001-04-10 Thread Thomas Angst
version of the suse linux and PHP4, if anyone has an idea how to rerun the apache without a completly new compilation of it please tell me thanks and best regards Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-ma

[PHP] fopen() Redirected File & Frameset File!!!

2001-04-05 Thread Thomas Edison Jr.
only one of the frame file. I know the "frame name" of the frameset in which i got the file... but how to make fopen() actually reach that frameset file.? is it possible?? Regards, T. Edison jr. --- Felix Kronlage <[EMAIL PROTECTED]> wrote: > On Mon, Apr 02, 2001 at 04:38:

[PHP] fopen() redirected file & frameset file

2001-04-05 Thread Thomas Edison Jr.
only one of the frame file. I know the "frame name" of the frameset in which i got the file... but how to make fopen() actually reach that frameset file.? is it possible?? Regards, T. Edison jr. --- Felix Kronlage <[EMAIL PROTECTED]> wrote: > On Mon, Apr 02, 2001 at 04:38:

Re: [PHP] CGI ver. showing exec line

2001-04-05 Thread Thomas Deliduka
every script is displayed (the > execution line) > > I.e. The file looks like this: > > #!/usr/local/php4/bin/php -q > > Code. > ?> > > And the first line is displayed to the screen when the script is ran. Why is > that and does anyone know how to stop that? --

[PHP-CVS] cvs: php4 /pear/DB pgsql.php

2001-04-04 Thread Thomas V.V.Cox
cox Wed Apr 4 15:55:10 2001 EDT Modified files: /php4/pear/DB pgsql.php Log: as the row counter starts with 0, last row is before numrows Index: php4/pear/DB/pgsql.php diff -u php4/pear/DB/pgsql.php:1.36 php4/pear/DB/pgsql.php:1.37 --- php4/pea

[PHP] CGI ver. showing exec line

2001-04-04 Thread Thomas Deliduka
file looks like this: #!/usr/local/php4/bin/php -q And the first line is displayed to the screen when the script is ran. Why is that and does anyone know how to stop that? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst

Re: [PHP] Monthly Drawing Winner!

2001-04-04 Thread Thomas Deliduka
On 4/4/2001 1:32 PM this was written: > > If you're using PHP, you're already a winner (in my book anyway!) > LOL -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General

Re: [PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
hat to grep somehow and get just the PID's? > > (1) look up system / backtick operator / ... to get the output of the > grep call as array, one line per entry > > (2) do a > > foreach ($TheOutput as $Line) { > if (preg_match ('/^\s*(\d+)/', $Line, $Matches)) {

[PHP] OT Regular Expression [grep]

2001-04-03 Thread Thomas Deliduka
just the PID's? How can I do this quickly and easily? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For

[PHP] array in Session-Vars?

2001-04-03 Thread Thomas Häger
i proove the entries with count($HTTP_SESSION_VARS["xy"]) , there are only one entry. Have somebody an idea? Thank, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-CVS] cvs: php4 /pear/DB odbc.php sybase.php

2001-04-02 Thread Thomas V.V.Cox
cox Mon Apr 2 17:23:46 2001 EDT Modified files: /php4/pear/DB odbc.php sybase.php Log: odbc.php - spaces & idents - new temporary fetchInto() - removed extra checks in connect() Note: in fetchRow this line looks very strange (isn't 3 params

[PHP] Reading specific contents of a file

2001-04-02 Thread Thomas Edison Jr.
using fopen() i can open a file & using fread() i can read it's contents, store them & print them. But is there any way of checking the contents for a specific word or characters? For example i want the file pointer to search & if found, print the word "enter" from the open file. how to do this?

Re: [PHP] Passing Special Characters in Query String

2001-03-31 Thread Thomas Edison Jr.
apparently, "echo" solved my problem - much to my surprise & disgust, considering the head i was putting into it. printf() apparently didn't print any special chars coming in it - while echo prints anything & everything without a problem!!! Though i am having some problems with slashes, i guess s

[PHP] Reading db fetched values from files.

2001-03-31 Thread Thomas Edison Jr.
awright, basically what i want is to write a script that can open a file and read some values that i want, for eg:- yahoo mail. if i have an account and i can make a page that logs on to my yahoo mail using my account, i want to display the number of unread messages ( & perhaps read messages ) on

[PHP] Array in Session-Vars?

2001-03-29 Thread Thomas Häger
i proove the entries with count($HTTP_SESSION_VARS["xy"]) , there are only one entry. Have somebody an idea? Thanks, Thomas -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact t

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB ifx.php mysql.php pgsql.php

2001-03-28 Thread Thomas V.V.Cox
cox Wed Mar 28 15:52:21 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB ifx.php mysql.php pgsql.php Log: pgsql.php * better handling of $rownum param in fetchInto() * changed property numrows[] to num_rows[] DB.php * $rowmun in

Re: [PHP] Passing Special Characters in Query String

2001-03-28 Thread Thomas Edison Jr.
I've tried everything : rawurlencode, urldecode, htmlentities, htmlspecialchars - nothing is working. and come 2 think of it - it seems like such a basic problem... Help! T. Edison jr. --- Christian Reiniger <[EMAIL PROTECTED]> wrote: > On Wednesday 28 March 2001 08:36, you wrote: > > I'm facing

[PHP] Passing Special Characters in Query String

2001-03-27 Thread Thomas Edison Jr.
I'm facing a problem with Special Characters ($, %, &, \, /, ;, :, ", ') etc.. We are sending a varibale in a query string like this : with $title containing multiple words & these special characters, it is not passed. I get an error. Without urlencode, multiple words are not passed with

[PHP-CVS] cvs: php4 /pear/DB ibase.php oci8.php

2001-03-27 Thread Thomas V.V.Cox
cox Tue Mar 27 16:54:05 2001 EDT Modified files: /php4/pear/DB ibase.php oci8.php Log: oci8.php * added not capable for fetchInto when $rownum !== null (feature not supported yet) * fix fetchInto to return null on no more data * Removed extra che

[PHP-CVS] cvs: php4 /pear/DB common.php ifx.php pgsql.php

2001-03-26 Thread Thomas V.V.Cox
cox Mon Mar 26 16:57:25 2001 EDT Modified files: /php4/pear/DB common.php ifx.php pgsql.php Log: ifx.php * Changed default fetchmode to ORDERED * Remove extra checks in connect and added $dns property * fetchRow() now uses fetchInto() common.p

[PHP-CVS] cvs: php4 /pear DB.php /pear/DB pgsql.php

2001-03-26 Thread Thomas V.V.Cox
cox Mon Mar 26 15:31:50 2001 EDT Modified files: /php4/pear DB.php /php4/pear/DB pgsql.php Log: pgsql.php * connect() always use pg_connect string instead of the deprecated params mode * removed duplicated functions prepare() and execute() (n

[PHP-CVS] cvs: php4 /pear/DB STATUS ifx.php

2001-03-24 Thread Thomas V.V.Cox
cox Sat Mar 24 10:56:25 2001 EDT Modified files: /php4/pear/DB STATUS ifx.php Log: Minor fixes Index: php4/pear/DB/STATUS diff -u php4/pear/DB/STATUS:1.16 php4/pear/DB/STATUS:1.17 --- php4/pear/DB/STATUS:1.16Fri Mar 23 23:00:45 2001 +++ php4/pe

[PHP] Date solved! And now TIME problems : Booking by Date/Time

2001-03-21 Thread Thomas Edison Jr.
i was able to succesfully check for start dates & end dates before feeding new booking in the database using the following code : =sdate and '$realsdate'<=edate) or ('$realedate'>=sdate and '$realedate'<=edate)",$db); if (mysql_num_rows($result)) { ?> alert('Sorry, the room is already book

[PHP] Booking by Date/Time in mySQL : my CoDe!!

2001-03-20 Thread Thomas Edison Jr.
Mr. Jeff, following is the code i'm using in my page, could you tell me what i'm doing wrong, besides of course the famous "uh ohh i got a row back()" code that needs to be replaced =sdate and '$realsdate'<=edate) or ('$realedate'>=sdate and '$realedate'<=edate)",$db); if (uh_ohh_I_got_a_r

RE: SV: [PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
int "You got it!" > insert good bits into database here > > > Of course this is not guaranteed safe, as you can > end up > with double bookings in the pico seconds between the > select > and the insert - but hey, how many hits a second do > you expect. > > &g

RE: SV: [PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
int "You got it!" > insert good bits into database here > > > Of course this is not guaranteed safe, as you can > end up > with double bookings in the pico seconds between the > select > and the insert - but hey, how many hits a second do > you expect. > > &g

[PHP] Booking with Date/Time in mySQL : My Code!!

2001-03-20 Thread Thomas Edison Jr.
Jeff, following is the code as it comes out in my page...can u tell me what i'm doin wrong, besides the fact that i have to replace that famous "uh ohh i got a row back()" with an actual snippet : =sdate and '$realsdate'<=edate) or ('$realedate'>=sdate and '$realedate'<=edate)",$db); if (uh_

RE: SV: [PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
re > ('$start'>=startdate and '$start'<=enddate) or > ('$end'>=startdate and '$end'<=enddate) > > This lets mySQL do the test for you. > If it returns a row you already have a booking. > > > -Original Mess

Re: SV: [PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
; echo "Thank you! $rooms, has been booked from $realsdate to $realedate. ** Entries will be deleted 2 weeks after the End Date. "; } } while ($myrow = mysql_fetch_array($result)); } ?> Regards, T. Edison jr. --- "Peter Chr. Hansen" <[EM

[PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
I'm facing this problem. I have made a room booking application. There is a Start Date & Time and End Date & Time of Booking a room. Problem is that once booked, you can't book a room with a date or time that falls between an Already booked Date & Time. For example, if someone's booked a ro

Re: [PHP] Editing Variables from another script.

2001-03-20 Thread Thomas Schneider
here is probably a hundred or more ways this can be done. For me to be >> > > able to give you specifics, you will have to be more specific with what >> > > you are doing and what you have tried. >> > > >> > > -- >> > > Jason Stechschulte >> > > [EMAIL PROTECTED] >> > > -- >> > > Well, I think Perl should run faster t

[PHP] managing scripts on different domains

2001-03-19 Thread Thomas Schneider
g tom - - -foerderverein kunst und internet e.V. -lothringerstr. 23 -D-52062 aachen thomas schneider tel:+49 241.33686(buero) mobil: +49 179.4548 234 fax:+49 241.33636 'kulturraum raststaette' 'ku

[PHP] Empty Message-Body

2001-03-13 Thread Thomas Weber
04 Not Modified");" and it seems to work. My own message body isn't sent, but this: Of course the Page is loaded, but of course empty... How can i tell PHP4 to send the Status 304 without sending any message body??? Thank you, Thomas Weber CYNOBIA Community Online Ser

Re: [PHP] Kick one of these darn elements out of my array, I ainthaving it!

2001-03-12 Thread Thomas Deliduka
(); Reset($array); while ($elem = current($array)) { if ($elem != "2") { $temparray[] = $elem } next($array); } $array = $temparray; -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

[PHP] Mailing List

2001-03-11 Thread Thomas Anderson
Ok, I've tried time and time again to unsubscribe from php.net's mailing list unisubscribe instructions but it doesn't work. So how do I get off the list? __ FREE Personalized Email at Mail.com Sign up at http://www.mail.com/?sr=signup -- PHP General

[PHP] uploading file to seperate server

2001-03-10 Thread Thomas Edison Jr.
basically i've gotta write a script that uploads the file that user is uploading NOT to the server on which the scripts are - but to a seperate server. Problem is, i'm expecting huge uploads, and i have got ample space, 3 to 400 MB's. but it's on seperate servers from where my site is. When a use

Re: [PHP] payment

2001-03-09 Thread Thomas Deliduka
merger would affect him; didn't want his stuff going down while he was gone. Now I'm hearing they're gone and we have to find other arrangements? -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/

Re: [PHP] payment

2001-03-09 Thread Thomas Deliduka
orts payment processors > on any platform, anyone ever use it? Never used it. I use authorize.net or any of their resellers (rtware.net, quickcommerce.com) -- Thomas Deliduka IT Manager - New Eve Media The Solution To Your Internet Angst http://www.neweve.com/ -- PHP

[PHP] Response 304

2001-03-09 Thread Thomas Weber
rd the script should only send the header without message body. so i tried: header ("HTTP/1.0 304 Not Modified"); exit; But this don't work. The Script is loaded and, of course, an empty page. How can i do this??? Thank you. bye, Thomas Weber CYNOBIA Community Online Service AG

Re: [PHP] Microtime math and display

2001-03-08 Thread Shaun Thomas
n, if you wanted the number of seconds it took, use $dSec. If you want the number of milliseconds, use $dMsec. Or, if you want to know both, just add $dSec and $dMsec and use the result. Take care -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. Thomas

[PHP] The coolest function in the world

2001-03-07 Thread Thomas Deliduka
I knew PHP was awesome, and I have seen some awesome functions. I've been doing PHP for a few years now and I didn't even know this existed: extract(): http://www.php.net/manual/en/function.extract.php This is SO COOL. I just had to share my joy. -- Thomas Deliduka

[PHP] Inserting DATE in mySQL!!

2001-03-05 Thread Thomas Edison Jr.
I'm using the following code to insert date into my mySQL table named "Booking". I've created variables that store the date with dashes "-" seperating them. But it's not working. It's giving me an error on the $SQl line. following is the code : ?? Cheers, T. Edison jr. = Rahul S. Johar

[PHP] NETSCAPE screw query string : THANKS ALL !!!!! SOLVED!!

2001-03-04 Thread Thomas Edison Jr.
Thanks to all of you guys for helpin me out solve this otherwise horrendous task of making the query string work in netscape. much thanks to Julian!! Cheers, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://w

[PHP] NETSCAPE screws up query string : more problems!

2001-03-04 Thread Thomas Edison Jr.
Julian, i tried : instead notice the single quote ' missing. And that WORKED!!! It displayed the right value in the next PHP page. Unfortunately there's another problem. it only DISPLAYED the right value...but when it adds the value in the database...it adds with the plus + sign. i.e., it ad

[PHP] Re : [PHP] NETSCAPE screws QUERY STRING

2001-03-04 Thread Thomas Edison Jr.
made the urlencode function to work...only part left now... T. Edison jr. --- Julian Wood <[EMAIL PROTECTED]> wrote: > > Try printf(" href=\"pro_page1.php3?title='".urlencode($myrow[title])."'\">") > > J > > on 3/4/01 11:55 AM, Th

[PHP] Re : [PHP] NETSCAPE screws QUERY STRING

2001-03-04 Thread Thomas Edison Jr.
The urlencode() is working fine with an echo statement & normal query string. But it's NOT working with complex query string in printf() including $myrow[something] being picked up by mySQL db. this works : this doesn't work : printf("") OR such combinations as given in the manual. I tried

[PHP] NETSCAPE Screws QUERY STRING!!!!!!

2001-03-04 Thread Thomas Edison Jr.
I'm passing variables in a query string to my php pages. The variables whose values contain spaces due to multiple words are being passed correctly to the Internet Explorer browser and are working perfectly there. However, they are not working at al in NETSCAPE browser. What should i do? The Inte

Re: [PHP] PostgreSQL vs InterBase

2001-03-01 Thread Shaun Thomas
l outperform almost any other database you throw at it. Trust me on this one. -- +-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-+ | Shaun M. ThomasINN Database Programmer | | Phone: (309) 743-0812 Fax : (309) 743-0830| | Email: [EMAIL

Re: [PHP] pleaaaaaaaase help!

2001-03-01 Thread Thomas Deliduka
IL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Thursday, March 01, 2001 11:59 AM > Subject: [PHP] plese help! > > >> Hi! >> please i'm really in need of knowing if there is a way to do a php > statement >> once a button is clicked! -- Thomas

Re: [PHP] Passing values from ASP to PHP

2001-02-28 Thread Thomas Deliduka
uot;), but > that takes hard-coding the name of the key. > > So if the following is passed to the ASP script: > one=blue&two=red&three=yellow > > Then I would want to redirect to > myscript.php?one=blue&two=red&three=yellow > > How do I go about w

Re: [PHP] Terrible Hosting Experience

2001-02-21 Thread Thomas Deliduka
nter (GC), Qwest Communications and GTE through three separate bandwidth-on-demand connections which enter Baltimore in our building. --- They are a reseller of Alabanza Servers. I wouldn't go with them. -- Thomas Deliduka IT Manager - New Eve Media The Solution T

<    3   4   5   6   7   8   9   >