[PHP] Can't find my font file - Please help

2002-08-09 Thread JR
I am trying to use the "imagettfbbox" function. Am testing the script on my local network running W2K. Have defined : $fontfile = "arial.tff"; // this file is in the same directory with my script The instruction that fails: $thetextbox = ImageTTFBBox ($fontsize, 0, $fontfile, "

[PHP] Extracting email addresses

2002-11-01 Thread jr
do is extract [EMAIL PROTECTED] from; mailto:jr@;johnrudnick.com">[EMAIL PROTECTED]. Any help would be appreciated. Thanks in Advance! JR - SallyJo, Inc., offers Top Notch Dedicated & Virtual Hosting. Visit: http://www.SallyJoInc.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Use of php_value in .htaccess is not working

2003-09-04 Thread JR
4.3.3. Any help would be greatly appreciated. Thanks, JR - John Rudnick RHCE #808003122507415 MySQL Certification #206067847 SallyJo, Inc., provides Top Notch Web Hosting & Programming! Ask me about Dedicated Hosting starting at just $89 per month. ./configure --prefix=/usr --exec-pr

[PHP] Can't Get PHP Configured Properly To Use SQLite

2003-10-31 Thread JR
] Error 1 `make' failed The entire output is below. Any advice would be appreciated. Thanks! JR [EMAIL PROTECTED] html]# pear install SQLite-1.0.tgz 48 source files, building running: phpize You should update your `aclocal.m4' by running aclocal. Configuring for: PHP Api Version: 20020

[PHP] Help With postgresql

2002-04-18 Thread Jr
se is postgresql. Thanks for any help. Jr -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] php as cron

2001-12-10 Thread jr
Why not just use lynx to run it? */2 * * * * /usr/local/bin/lynx -dump crontest.php JR > On Monday 10 Dec 2001 5:54 pm, Jay Paulson wrote: > > I'm trying to test php running as a cron job and I have installed php as a > > CGI in /usr/local/bin and I have edited my cr

RE: [PHP] FAQ - was "Attitude of B van Ouwerkerk"

2001-07-31 Thread JR
How I view this subject as a Newbie I don't care about attitudes, language, remarks, or anything of this nature. What I do care about is having a place where I can ask stupid questions (Most of the time) intelligent question (whenever possible) and get an answer. Someday when I can understand t

[PHP] cxml

2008-02-21 Thread JR
Does anyone have examples or know of documentation in order to receive and respond to cxml punchout requests. I'm attempting to integrate my cart with a catalog however have not done much coding with cxml or xml. Thanks in advance.

[PHP] Re: Securing areas of a web site with PHP

2003-01-01 Thread Mel Lester Jr.
You might consider using cookies that keep track of the user's login name and a bitwise status to control AAA (Authentication, Authorization, and Access0 controls instead of using session variables. -mel On Wed, 1 Jan 2003, Jean-Christian Imbeault wrote: > On my web site there are some areas tha

[PHP] How Do I Return Values Across Servers

2003-01-08 Thread Bill Arbuckle, Jr.
This may be a no-brainer for everyone but me but ... I have several php scripts residing on a web site on Server A. In a library file on Server A are misc. functions, some of which query an underlying database and return a text string as the result. On another web site on Server B I would like to

RE: [PHP] read javascript variable php?????

2003-01-08 Thread Bill Arbuckle, Jr.
location.href="" should work ... hth ... Bill -Original Message- From: Ysrael Guzmán [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 08, 2003 4:30 PM To: [EMAIL PROTECTED] Subject: [PHP] read javascript variable php? example: location.href="$destination"; or location.href="";

RE: [PHP] How Do I Return Values Across Servers

2003-01-08 Thread Bill Arbuckle, Jr.
rvera.com/qotd.php' for inclusion (include_path='.;c:\php4\pear') in c:\webdev\kids\homebody.inc on line 27 Any ideas? I know that I am missing something here. Thanks, Bill -Original Message- From: Timothy Hitchens (HiTCHO) [mailto:[EMAIL PROTECTED]] Sent: Wednesday, January 0

[PHP] Page Rendering

2003-01-21 Thread Bill Arbuckle, Jr.
Hi all. I am having some problems with a script which reads information from a database and creates a table. It works in IE but not Netscape. I call myself going through the tags to make sure all that were open were closed because Netscape doesn't like unfinished business. What I have is a scri

RE: [PHP] Page Rendering

2003-01-21 Thread Bill Arbuckle, Jr.
trying to understand. :o) Bill -Original Message- From: Jason Wong [mailto:[EMAIL PROTECTED]] Sent: Tuesday, January 21, 2003 8:56 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] Page Rendering On Tuesday 21 January 2003 22:26, Bill Arbuckle, Jr. wrote: > This code is at the top of

[PHP] handling files error

2003-01-23 Thread Gilberto Garcia Jr.
Hey guys, I have a red hat 7.3 server running apache and php4. It all seems working fine, but when I try to upload a file through a form I got nothing. I mean, I can ouput the temp name of the file, the final name, size and other stuff. but some functions don´t work. Like If (!is_executable($u

Re: [PHP] handling files error

2003-01-23 Thread Gilberto Garcia Jr.
Thanks, but just a little part of the problem was solved. the other part is: why php doesn´t move the upload file to the specified directory, with move_uploaded_file? - Original Message - From: "Marek Kilimajer" <[EMAIL PROTECTED]> To: "Gilberto Garcia Jr." &l

[PHP] getting javascript string values

2003-02-05 Thread Gilberto Garcia Jr.
Hey Guys, How can I get the value of an javascript string and pass it to a php variable? i.e. var x = "test"; thanks Iced Sun

RE: [PHP] Avoiding several windows with the same session

2003-02-07 Thread Dennis Cole Jr
If you are using cookies the new window will pick it up. Have the original page change a variable to say that it has loaded then when the new window loads have it check that variable first. -Original Message- From: Roman Sanchez [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 1:

RE: [PHP] mail() and sendmail path

2003-02-07 Thread Dennis Cole Jr
You can find this here -> http://www.php.net/manual/en/ref.mail.php -Original Message- From: micah lamb [mailto:[EMAIL PROTECTED]] Sent: Friday, February 07, 2003 5:29 PM To: [EMAIL PROTECTED] Subject: [PHP] mail() and sendmail path Is there any way to declare the path to sendmail locall

[PHP] adodb + oracle 8i

2003-03-12 Thread Gilberto Garcia Jr.
Somebody here use adodb with oracle? I´m triyng to use that, but I´m noting realize how to estabilish a conection with oracle. I´m getting the folowing error: Fatal error: Call to undefined function: ora_plogon() in e:\inetpub\wwwroot\hosted\EnsinoNet\php\adodb\drivers\adodb-oracle.inc.php on li

[PHP] function is_executable

2003-07-10 Thread Gilberto Garcia Jr.
Hey guys, I made a class to work with file upload. I used the php function is_executable. and in php 4.2.x it works ok, on linux and on windows. Last week I update my php to 4.3.x and this function stop work. In fact I got this error. undefinied function. Does anyone can help? thanks

[PHP] Trouble connection to Postgres DB

2003-07-21 Thread Nelson Ferreira Jr
Hi, I have PHP 4.3.1 and PostgreSQL 7.3 running in a Mandrake 9.1 workstation. When trying to connect to the DB, the PHP execution just blocks in pg_connect() call, and it remain blocked for several minutes - until I cancel the request. Sometimes the call completes, but I am not sure i

[PHP] login problem

2003-03-17 Thread Gilberto Garcia Jr.
Hi guys. I´m having a problem with a login system. I enter with the correct password and I press the submit button. But, nothing happens. It´s not a typinh mistake, cause when i enter the wrong pass. it returns me an error. What this can be??? thanks --- Outgoing mail is certified Virus Free. Ch

RES: [PHP] login problem [solved]

2003-03-17 Thread Gilberto Garcia Jr.
It was a cookie problem. between php and windows. thanks -Mensagem original- De: Chris Hewitt [mailto:[EMAIL PROTECTED] Enviada em: segunda-feira, 17 de março de 2003 11:45 Para: Gilberto Garcia Jr. Cc: PHP Assunto: Re: [PHP] login problem Gilberto Garcia Jr. wrote: >Hi guys. &g

[PHP] fast template class

2003-03-21 Thread Gilberto Garcia Jr.
I´m a newbie on this class. But i´m getting this error. if I define a constant using define('',''); I get template as just if doesnt has parsed anithing. all constants name´s are showed without changing the name per values. So, when i define the constant as a variable $x = ''; it works fine. anyo

[PHP] php with mcrypt

2003-03-31 Thread Gilberto Garcia Jr.
Hey guys, How can I enable php to work with mcrypt functions? I´m using debian woody linux. I´ve had installed libmcrypt already, from debian cds. But I dont know how to make php understands this lib. thanks --- Outgoing mail is certified Virus Free. Checked by AVG anti-virus system (http://www.

[PHP] php and mcrypt on windows

2003-06-04 Thread Gilberto Garcia Jr.
How I can use php and mcrypt on windows? I mean. What I have to do to turn php able to use mcrypt function on windows. Thanks

[PHP] Inserting Processed Data from One Table 2 Another!

2002-07-23 Thread Thomas Edison Jr.
uthentication". I'm using the following code which i know is wrong, what would be correct? Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Inserting Processed Data from One Table 2 Another!

2002-07-26 Thread Thomas Edison Jr.
now change my code to generate the Random Number which of course is much better! Thanks... T. Edison Jr. --- Wouter van Vliet <[EMAIL PROTECTED]> wrote: > I don't see why your code is so wrong but > neither do I see what it > reall does. YOu are changing the clientI

[PHP] Stopping Multiple Entries in mySQL DB

2002-07-27 Thread Thomas Edison Jr.
hint? T. Edison Jr. __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Picking up Data of Previous Date from Table

2002-07-29 Thread Thomas Edison Jr.
g Balance of 21st to get the Closing Balance. So this is what i have to do. I need to pick up the Opening Balance from the Holdings Table of a Date Previous to the Transactions that i'm displaying. How can i do this? Thanks, T. Edison Jr. __

RE: [PHP] Stopping Multiple Entries in mySQL DB

2002-07-29 Thread Thomas Edison Jr.
ks, T. Edison Jr. --- John Holmes <[EMAIL PROTECTED]> wrote: > > I just want my Adding Into Database script to > check if > > the Name/Country already exists, and if it does, > it > > shouldn't be allowed. > > > > If some with > > Name : Jackson &g

[PHP] Resetting ID

2002-07-29 Thread Thomas Edison Jr.
. How can i do this? Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Health - Feel better, live better http://health.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Submitting form in new window!

2002-07-29 Thread Thomas Edison Jr.
on in the head, how will those variables pass? 2. I'm already using Target=_Blank ... problem with that is that you cannot control size of window. And that is exactly what i need to do.. define parameters for the window... Thanks, T. Edison Jr. --- vins <[EMAIL PROTECTED]> wrote:

[PHP] PROBLEM

2002-08-01 Thread Thomas Edison Jr.
hi! i have a problem in my project.the problem is that suppose we have the date for the whole of the month and two different files r there. i have to pick one file of the current date that is say today and the other file of the yesterday.but the problem is that if the current date is monday then t

[PHP] Need a Web Host for php/mySQl

2002-08-13 Thread Thomas Edison Jr.
dies. so i would prefer someone like them or better then them. I'd really appreciate if someone can find me a better Host. Thanks, T. Edison Jr. __ Do You Yahoo!? HotJobs - Search Thousands of New Jobs http://www.hotjobs.com -- PHP General Mai

[PHP] Calling info from mySQL inside flash

2002-09-08 Thread Thomas Edison Jr.
in my Flash movie. How can we exactly insert PHP Coding inside Flash Movie to make the code work? Any tips... Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Finance - Get real-time stock quotes http://finance.yahoo.com -- PHP General Mailing

Re: [PHP] Calling info from mySQL inside flash

2002-09-09 Thread Thomas Edison Jr.
.com/desdev/mx/flash/articles/flashmx_php.html > > HTH > -Brad > > "Thomas Edison Jr." wrote: > > > > I have a mySQL db, and a bunch of tables in it. > > What i want to do, is to pick up some data, and > > display in my Flash Movie. > > > > For e

[PHP]dtabase problem

2002-09-24 Thread Thomas Edison Jr.
there is a problem in mysql database.there r two tables.one table is named as transactions and the other is named as the code.the transactions table has got the 12 fields which r the following 1.clientid int 2.date date 3.isinno text 4.debit int 5.credit int 6.desc text 7.dpid1 text

[PHP] Apache 2.0 or 1.3 for php on windows XP ?

2002-06-10 Thread Thomas Edison Jr.
ave 2 versions available.. 2.0 & 1.3 .. i just want to know which one i should use, and if PHP is compatible with both.. and that if i do use 2.0, the Install Doc in PHP has given no instructions on how to install php on Apache 2.0, so how will i install it.. Any suggestions most welco

Re: [PHP] Apache 2.0 or 1.3 for php on windows XP ?

2002-06-10 Thread Thomas Edison Jr.
Ok... i'll go for 1.3.24 Thanks, T. Edison Jr. --- R'twick Niceorgaw <[EMAIL PROTECTED]> wrote: > use apache 1.3.24.. > php has experimental support for apache 2.0.x.. so > don't trust it much > > - Original Message - > From: "Thomas E

[PHP] PHP not working on Apache at XP Pro.

2002-06-25 Thread Thomas Edison Jr.
T. Edison Jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED] Tel : 91-4546512/4522124 *** ___

[PHP] Software on web Accessing mySQL/PHP

2002-07-08 Thread Thomas Edison Jr.
show data to users on the Website. It's something like that. The software involves a lot of processing, decryption, conversion etc. to convert a .dat data into usable mySQL Tables Data. Hope somebody can help. Thanks, T. Edison Jr. __ Do You Ya

[PHP] Submitting form in new window!

2002-07-09 Thread Thomas Edison Jr.
Hi, When i press the Submit button, i would like it to open in a new Javascript Windows with well-defined characteristics like size, width etc. I create a window.open function and gave the name of my PHP page .. but the Form Variables are not passing into it.. Thanks, T. Edison Jr

[PHP] Sending data in table, multiple rows, via mail()

2002-07-09 Thread Thomas Edison Jr.
ield2 : dsjdkj row1field3 : skljskj row2field1 : dkjhdkj row2field2 : dsjdkj row2field3 : skljskj And so on, apart from the other mail info. Can anyone help me out with this... Thanks, T. Edison Jr. __ Do You Yahoo!? Sign up for SBC Yahoo!

Re: [PHP] Sending data in table, multiple rows, via mail()

2002-07-09 Thread Thomas Edison Jr.
Thank you for your *extreme* kindness... I do not know where to begin to make this happen. I created a variable and ran the entire do while loop to read contents of the table and tried storing them in the variable, which could be used as Content of the mail. However, i just get the Last Row in m

Re: [PHP] Submitting form in new window!

2002-07-09 Thread Thomas Edison Jr.
r whatever can accomplish this, to restrict parameters of the window in which add2cart.php opens, at the same time the variables of my form should get submitted into the add2cart.php T. Edison Jr. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First

RE: [PHP] Sending data in table, multiple rows, via mail()

2002-07-09 Thread Thomas Edison Jr.
"; > $realcontent .= "$myrow['q']"; > } > Thanks, T. Edison Jr. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Commit/Roll Back Transaction in PHP/mySQL

2002-07-09 Thread Thomas Edison Jr.
, in my PHP/mySQL. Thanks, T. Edison Jr. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Exporting mySQL Table Data to .csv

2002-07-09 Thread Thomas Edison Jr.
Glory, I use phpMyAdmin which enables me to take dump of mySQL Table Data into Comma Seperated Values file (.csv) Now, i have to create such a program that accomplishes this, without using phpMyAdmin. Can someone guide me to this procedure.. Thanks, T. Edison Jr

Re: [PHP] Submitting form in new window!

2002-07-09 Thread Thomas Edison Jr.
$myrow[stuff], that is, coming in from a Database Table. How do i define these values up in the Javascript function in the of the file? Thanks, T. Edison Jr. __ Do You Yahoo!? Sign up for SBC Yahoo! Dial - First Month Free http://sbc.yahoo.com -

[PHP] Connecting LocalHost & Remote mySQL DB

2002-07-12 Thread Thomas Edison Jr.
elp needed! Thanks, T. Edison Jr. __ Do You Yahoo!? Yahoo! Autos - Get free new car price quotes http://autos.yahoo.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Connecting LocalHost & Remote mySQL DB

2002-07-12 Thread Thomas Edison Jr.
bsite mySQL. Thanks, T. Edison Jr. --- Jason Wong <[EMAIL PROTECTED]> wrote: > On Saturday 13 July 2002 13:45, Thomas Edison Jr. > wrote: > > Glory! > > > > Let's say i got a bunch of Data in my mySQL Table > on > > my localhost. I need all this Dat

[PHP] Importing CSV File : 100000 Rows!

2002-07-17 Thread Thomas Edison Jr.
be my internet is not able to send all the data. I dont' know. Now can anyone suggest a possibly solution? Can i break up the file automatically and send or something? Please help.. T. Edison Jr. __ Do You Yahoo!? Yahoo! Autos - Get free new

Re: [PHP] Importing CSV File : 100000 Rows!

2002-07-17 Thread Thomas Edison Jr.
> I use Windows but the command on Linux is close > > if the file is called mydata.sql > > mysql > \. C:\mydata.sql > > > Hope this works > > Pradeep > > > - Original Message - > From: "Thomas Edison Jr." <[EMAIL PROTECTED]

Re: [PHP] why my php can not get values from Form?

2002-07-18 Thread Thomas Edison Jr.
Simple.. just edit your php.ini file in your windows directory. Search for "register_globals" .. it will have "Off" in front of it.. switch it to "On" T. Edison jr. --- ram friend <[EMAIL PROTECTED]> wrote: > hello, > I have just installed apache+php4,

[PHP] adodb and php5

2003-09-08 Thread Gilberto Garcia Jr.
Does anyone had tested ADODB with php5? I can make a query, print the recordcount but when i try to show the result i got nothing PConnect('some', 'some', 'some', 'some'); $seleciona = " select campo from tabela "; $qry =& $conn->Execute($seleciona); if (!$qry) { echo $conn->ErrorMsg(); echo

Re: [PHP] adodb and php5

2003-09-08 Thread Gilberto Garcia Jr.
adodb layer. php.weblogs.com/adodb - Original Message - From: "Jay Blanchard" <[EMAIL PROTECTED]> To: "Gilberto Garcia Jr." <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Monday, September 08, 2003 5:45 PM Subject: RE: [PHP] adodb and php5 [snip] Does

[PHP] Deleting mySql records based on dates

2001-02-21 Thread Thomas Edison Jr.
How do I delete records from my mySql database which are three weeks old?? I will be declaring a date field for the records but what coding should I do in order to check if the records are three weeks old and then erase them so that my data is up to date?? Regards, T. Edison jr. = Rahul S

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

2001-03-04 Thread Thomas Edison Jr.
ntains "Project", it goes. But if it contains "Project One" ... it doesn't work in NETSCAPE. When on to the next page, this $title also has to be sent into the Database. what do i do? regards, T. Edison jr. = Rahul S. Johari (Director) ***

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

2001-03-04 Thread Thomas Edison Jr.
s given in the manual. I tried out almost all!!! HELP T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED]

[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] 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] 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

[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 :

[PHP] uploading file to seperate server

2001-03-10 Thread Thomas Edison Jr.
his be made possible in the script!? well thanks a lot, Cheers, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTECTED] Tel

[PHP] Booking by Date/Time in mySQL

2001-03-20 Thread Thomas Edison Jr.
if someone's booked a room from 3rd March to 10th March between 4:00 p.m. to 12:00 p.m. , you can't book the same room for the any date between 3rd March to 10th March and between 4 pm & 12 pm. How do i do that? Regards, T. Edison j

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

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

2001-03-20 Thread Thomas Edison Jr.
insert booking data into the table? Because this is basically picking up data or booking from the Table that fall in this period. What i want to do is to check if any booking has been made for this period that i'm inserting now T. Edison jr. --- Jeff Armstrong <[EMAIL PROTECTED]&g

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

2001-03-20 Thread Thomas Edison Jr.
'$realedate','$realstime','$realetime','$purpose','$res')"; $result = mysql_query($sql) or Die ("An unexpected error occured. Please go back and book again."); echo "Thank you! $rooms, has been booked from

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

2001-03-20 Thread Thomas Edison Jr.
w back The logic is neat and pretty understandable. i'm only having problem in raw codin. but i'm tryin. I think i'm gonna suff in a code and see if it works, and i'll share the stuff with you cheers n thanks, T. Edison jr. --- Jeff Armstrong <[EMAIL PROTE

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

2001-03-20 Thread Thomas Edison Jr.
w back The logic is neat and pretty understandable. i'm only having problem in raw codin. but i'm tryin. I think i'm gonna suff in a code and see if it works, and i'll share the stuff with you cheers n thanks, T. Edison jr. --- Jeff Armstrong <[EMAIL PROTE

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

2001-03-20 Thread Thomas Edison Jr.
7;$realedate','$realstime','$realetime','$purpose','$res')"; $result = mysql_query($sql) or Die ("An unexpected error occured. Please go back and book again."); echo "Thank you! $rooms, has been booked f

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

2001-03-21 Thread Thomas Edison Jr.
_query("select * from booking where ('$realsdate'>=sdate and '$realsdate'<=edate) or ('$realedate'>=sdate and '$realedate'<=edate)",$db); but i dodn't know what changes. Please HELP!! Cheers, T. Edison jr. = Rahul S. Johari (

[PHP] the SkyBiz matrix|downline program using PHP & mySQL

2001-04-25 Thread Thomas Edison Jr.
n can have only two legs below him - Left & Right = and thus the chain grows. Each person sponsors 2 people below him. They can be directly below him or somewhere down the line. But keeping a count of how many people o one's right & left is getting impossible logically. please help!

[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 :

[PHP] PHP as MODULE & CGI Version of PHP

2001-05-01 Thread Thomas Edison Jr.
dule on my computer? Regards, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EMAIL PROTEC

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

2001-05-04 Thread Thomas Edison Jr.
not use the pws-php4*.reg for updating my registry (as i do it manually. I did try this but it doesn't make a different) 3. first i copied the new browscap.ini to my system, it didn't still work...so i brought back my original and it still doesn't work!!! I don't know what to

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

2001-05-04 Thread Thomas Edison Jr.
ng great with the earlier version. i didn't change anything with it here!! T. Edison jr. > phpinfo() - or some error messages. If you get the > html, then php is working > fine but your PWS configuration is not. > > Cheers > -- > Phil Driscoll > Dial Solu

[PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
e and only 1 dll file, that is, php4ts.dll Do i have to point extension_dir to some other location? like the "extension" folder in my php4 folder? Should i replace the old browscap.ini with this new one that i got with php4? any other suggestions? please help... Cheers, T. Edison jr.

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
like the "extension" folder in my php4 folder? Should i replace the old browscap.ini with this new one that i got with php4? tell me what do i do? T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : ht

Re: [PHP] PHP on PWS not working!

2001-05-04 Thread Thomas Edison Jr.
renced to this anywhere!!! in the "extension_dir =" in the php.ini, i have given "C:\php4" only, which has only php.exe & php4ts.dll among some other few files. Should i change this to c:\php4\sapi ? cheers, T. Edison jr. --- Data Driven Design <[EMAIL PROTECTED]> wrote

Re: [PHP] Script to interpret ssi include calls

2001-05-04 Thread Roy Wilson, Jr.
Use the virtual() command to call SSI from PHP. -Roy on 5/5/01 2:43 AM, James Hamilton at [EMAIL PROTECTED] wrote: > Hi > > I am developing pages for a site that has been constructed using nested > apache ssi virtual include calls to build each page. Each included page > may contain calls to o

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
not before coz it was working before!!! did you define any path in the doc_root = in php.ini? because i didn't! Cheers, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email : [EM

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
would you believe it, i did!! still not working. still giving the "500 Internal Server Error". I uninstalled & then reinstalled PWS. cooked up the settings again...and no response!! T. Edison jr. --- Data Driven Design <[EMAIL PROTECTED]> wrote: > Did you copy the php

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

2001-05-05 Thread Thomas Edison Jr.
;re looking for something esy & fast to get running, PWS is it. It's a server just like Apache or any other, only, well, it's Microsoft, and like Mr. Lynch once said, Microsoft & Stable don't go in the same line. But anyways, it works ok at home for any kind of work. T. E

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

2001-05-05 Thread Thomas Edison Jr.
p; reinstalled PWS twice already. it's just *&*%^. anyways, i think i'm gonna be trying out the IIS option. Is IIS ok to work with PHP4? any problems? and is there anywhere on the Internet that i can get IIS 4 from? thankx all yah, T. Edison

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
e option. my \inetpub\wwwroot is the web dir. and i have read, execue & scripts checked for that on PWS. plus i have c:\php4\sapi\(the dll) declared in my regedit. everything is how it's supposed to be. i don't know what's wrong! help me if you can! T. Edis

Re: [PHP] PHP on PWS not working!

2001-05-05 Thread Thomas Edison Jr.
me again...i hope MTS is not required for running PHP4.0.5 on PWS. Cause i'm not having the MTS (Microsoft Transaction Server) installed on my PWS. T. Edison jr. --- Donald Goodwill <[EMAIL PROTECTED]> wrote: > I couldn't find your original message, but here are > s

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

2001-05-05 Thread Thomas Edison Jr.
h will run ASP & PHP both. I do have the Jrun Server installed cause i work with JSP too. I actually need all 3 : PHP, ASP & JSP running on my PC. I'm using JRun for JSP, Apache (now, before i was using PWS) for PHP and i need something for ASP now since my PWS is not working. Regard

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

2001-05-06 Thread Thomas Edison Jr.
e dropped the idea of making PHP4 run on PWS since it is not going to (somehow). So now i Am running PWS/Apache/Jrun on my PC and working with ASP, PHP & JSP. no problem. that you do mention it, can u tell me if it's better to use IIS or PWS? and where can i get IIS? Cheers, T. Ediso

Re: [PHP] PHP on PWS not working!

2001-05-06 Thread Thomas Edison Jr.
\php4\sapi\(the php dll)" ?? or is there something else also that i'll need to do? T. Edison jr. --- Phil Driscoll <[EMAIL PROTECTED]> wrote: > What is going wrong is that you are using the ISAPI > version of PHP and it is > quite unstable on anything lower than W2K. I

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

2001-05-06 Thread Thomas Edison Jr.
er for the Module part. thankx again. T. Edison jr. --- Phil Driscoll <[EMAIL PROTECTED]> wrote: > I dont' have PWS so I#m guessing, but you probably > have to remove the PHP > ISAPI module from the list of installed ISAPI > filters (you do have to do > this on IIS s

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

[PHP] HTTP authentication : logout!!!

2001-05-07 Thread Thomas Edison Jr.
n't pop-up. I understand that probably clicking on this "logout" link should again make $auth false. But then $auth is on a lot of pages, how does this $auth on logout.php3 make all the other $auth's false? or is there some other way? the code i'm using for auth is : ***

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 automatica

[PHP] Upload & View Image

2002-01-19 Thread Thomas Edison Jr.
in a Size i want, and not any size. And also the File Size.. i dont' want very heavy images uploaded. Can that be restricted? Thanks, T. Edison jr. = Rahul S. Johari (Director) ** Abraxas Technologies Inc. Homepage : http://www.abraxastech.com Email

Re: [PHP] Upload & View Image : Database Thingy!!!!

2002-01-20 Thread Thomas Edison Jr.
base based PenPal sysem. Basically there has to be some connection between the record entry by the user and the image. Which also be required when this record is displayed, for the corresponding image to be displayed. How migh that work? Thanks again, T. Edison jr. --- Malte Fucks <[EMAIL PROT

[PHP] ReFilling mySQL Database with CSV file!!

2002-02-01 Thread Thomas Edison Jr.
h option should i be choosing? And also, once i have chosen that and saved the lot of .csv files on my computer. What is going to be the process to re-fill the new Database & It's new tables with the data in the saved .csv File? Thanks, T. Edison Jr. ==

[PHP] safe mode/mkdir problem - HELP!

2002-02-05 Thread Roberto P.Martins Jr
Hello! I'm trying to create a directory, let's say: /some/dir. My script (create_dir.cgi) is located at the cgi-bin directory and begins with #!/usr/bin/php. So it's like any other script, isn't it? The problem is: running php in safe mode with the script permissions: rwxr-xr-x 8 ro

  1   2   >