RE: [PHP] Online Document

2002-07-15 Thread John Holmes
I hate to say it, but the easiest way to maintain this might just be to do all of the hyperlinking from within Word, with its own function/buttons, etc, and then save the Word document as HTML. Yeah, it'll be bloated and crappy HTML, but it'll load into a browser. Then, when she needs to update it

[PHP] Free PHP Books in PDF or HTML Format

2002-07-15 Thread Chris Carlson
Hey guys, I was wondering if anyone on the list could recommend web sites to visit to find free PHP books available on the 'net in either PDF or HTML format. Thanks, CHRIS(.deletedscenes.org) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.ph

RE: [PHP] Free PHP Books in PDF or HTML Format

2002-07-15 Thread Martin Towell
try out http://www.informit.com -Original Message- From: Chris Carlson [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 11:54 AM To: [EMAIL PROTECTED] Subject: [PHP] Free PHP Books in PDF or HTML Format Hey guys, I was wondering if anyone on the list could recommend web sites to

[PHP] OOH Forms ?

2002-07-15 Thread DoL
Hi there I came across with some reference indicating there was a library called OOH forms, wondering if anyone knows about the status of that lib, or has those features been incorporated into some others? OR simply, Is there any similar one, thanks. /dl -- PHP General Mailing List (http://

RE: [PHP] OOH Forms ?

2002-07-15 Thread John Holmes
> I came across with some reference indicating there was a library called > OOH > forms, wondering if anyone knows about the status of that lib, or has > those > features been incorporated into some others? OR simply, Is there any > similar one, thanks. http://www.google.com/search?sourceid=navc

[PHP] Sorting getmxrr()

2002-07-15 Thread Chris Knipe
Lo all, if (getmxrr($DomainPart, $DomainMX, $Weight)) { for ($Counter = 0; $Counter < count($DomainMX); $Counter++) { echo "$DomainMX[$Counter] ($Weight[$Counter]) "; } } How can I manage to sort $DomainMX from the lowest $Weight to the highest, while still preserving the prope

Re: [PHP] Installing MYSQL on Windows

2002-07-15 Thread Yamin Prabudy
you might want a phptriad (apache,mysql,php) find it in sourceforge On Tuesday 16 July 2002 06:15 am, Analysis & Solutions wrote: > On Mon, Jul 15, 2002 at 02:12:47PM -0700, Varsha Agarwal wrote: > > Can anyone tell me steps for installing MYSQL on windows ?? > > Very simple, step by step, instruc

[PHP] how can I log to my cvs in php.net and translate files

2002-07-15 Thread Alawi
Hi I want to use my cvs to log to php.net servers and get the manual files and translate it to arabic .. How can I log to cvs and what the important setting and info for that ? How can I log using Wincvs -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.ne

[PHP] Re: Multiple Tables -add, edit, delete

2002-07-15 Thread Richard Lynch
>Problem: How do I display all the tblCountriesOfOperation for one >tblContacts record SO THAT MULTIPLE COUNTRIES CAN BE ADDED OR DELETED FOR >THAT RECORD? create table contacts( contact_id int(11) unsigned auto_increment unique not null primary key, name text ); create table countries(

[PHP] Re: PHP codes and variables

2002-07-15 Thread Richard Lynch
>Anyone know how to do have a variable equal the contents of a file? I tried >the include function, but it just prints the file out on the screen rather >than including the contents in the variable itself. I need help with this >ASAP. Thanks. -- Like Music? http://l-i-e.com/artists.htm

[PHP] Re: Gainesville, Florida PHP Users? (Re: [PHP-WIN] PHP meetup [CROSS-POST] Meet other PHP Developers in Your Area)

2002-07-15 Thread Richard Lynch
> >Well I don't see a user group listed for Gainesville, FL... and we could >have a cool acronym too > > PUGG > >(php users group of gainesville) > >ok, that's a first attempt, but anyway > >So are there other Gainesville, Florida folks around? If so please drop >me a link and maybe we can

[PHP] Re: is_null question

2002-07-15 Thread Richard Lynch
>It looks like I should be using is_null(), but I'm not sure how to use it, >especially since all of this is embedded in a print statement. Disclaimer: is_null() is new-fangled, and while I assume it matches up with SQL NULL, it's *POSSIBLE* that PHP's NULL is for something entirely different tha

[PHP] Re: hello the list

2002-07-15 Thread Richard Lynch
>i'm new and i'm trouble with this code :'( can U help me please ?? This would be much easier if you told us what was going wrong... I'll point out the ones I see, but it's just a guessing game (not a very fun guessing game). >while ($cd_tbl = mysql_fetch_array ($result)) >{ >if(is_int("$cd_id

[PHP] Re: Creating an PHP program and C program

2002-07-15 Thread Richard Lynch
>I wrote some times ago an library to draw graphics in 2 and 3 D, but >this sources are write in C, whats the procedures I need to use this rotines >in PHP. You need to create a PHP "extension" library. Samples are in Rasmus' talks at http://conf.php.net They are Un*x .so files on steroids

[PHP] Re: Training / Courses in Australia

2002-07-15 Thread Richard Lynch
>Would anyone know of any PHP training or courses in Australia... Luke and Laura :-) run a fabulous PHP program through the Royal Mumble Iblle T-something... Royal Melbourne Institute of Technology? >Also for the devolopers... > >Is there at present, or a future plan for a PHPCE >A certified en

[PHP] Re: DOM XML : experimental ?

2002-07-15 Thread Richard Lynch
>I am planning to use PHP to develop some scripts that will need to >create and manipulate html pages. One of the things that will be >created is a DOM tree of the html. > >After reading the manual I've found that php supports the event-driven >and dom xml, but with the latter tagged as EXPERI

[PHP] Re: IF inside LOOP?

2002-07-15 Thread Richard Lynch
>I’ve been fooling around with a LOOP which should show one or more text >string stored in separate rows in a DB. The trick would we to separate >them with commas (,) when there’s another string to show or end it with >a period (.) if no other row is found according to the SELECT criteria. >This i

[PHP] Re: ignore_user_abort question

2002-07-15 Thread Richard Lynch
>Hi, got a question. > >What happend if ignore_user_abort is true, and the user closes the window? > >Also, i tried, but i push the stop button, and the script stops, shouldn >ignore that?. I *THINK* ignore_user_abort() is only useful with some browsers... Or, perhaps, it relies on Apache figur

[PHP] Re: fputs - need help!

2002-07-15 Thread Richard Lynch
> >Hi > >I use this line > >fputs ($sysname_log, "$time - SystemName: $sysname\n"); > >I would like to get a log file, and everytime I refresh this page it will >make a new line and write >$the local time - SystemName: $sysname >So after a while it will look like this > >$the local time - SystemNa

[PHP] Re: dio_seek, dio_tell

2002-07-15 Thread Richard Lynch
>Hi, >I have two questions: >what is the meaning of (int type) return value of dio_seek() function in PHP ? >second question: >how can I get the position in file, pointed by file descriptor (dio_*() )? >In C/C++ language, this is implemented in ftell function. http://php.net/fseek http://php.ne

[PHP] Re: Detecting network connections

2002-07-15 Thread Richard Lynch
>Is there any way I can set up a php script so that it will detect the >login of the current Netware user on a PC and use that user's >information to customize a greeting for the user? Almost for sure, no. But, to be 100% sure, do this: And surf from that Netware box to it. If Netware is t

[PHP] Re: PHP 4.3.x..

2002-07-15 Thread Richard Lynch
>One of the threads above Speak of PHP 4.3 I was not >aware that it existed... Is it still in its Testing stages? >How come its not on the PHP Website? Are there any >great modifications to it? If other need to look even farther ahead, http://cvs.php.net is a safe bet for the most recent devel

[PHP] Re: outputting a pdf file to IE browser? POST/GET method bug or not?

2002-07-15 Thread Richard Lynch
>this is fine under netscape but IE has problems. > >consider the following code: >but this code which only has the difference of using the POST method >instead of the GET metod results in a "file is corrupt" message! Assuming there's not something more subtle going on... My best rationalizati

[PHP] Re: newbie: mysql statement

2002-07-15 Thread Richard Lynch
>I want to update the most recent record (based on the timestamp in field >posted) where the parent field == a specified value (in a table called >header). > >I tried the following mysql statement: > >"UPDATE header WHERE parent = '$this->postid' ORDER by posted SET >parent='$this->parent' LIMIT1"

[PHP] Re: Solaris 8 + php 4.2.1 setup problem

2002-07-15 Thread Richard Lynch
>I am trying to get PHP 4.2.1 installed on Solaris 8 with apache 1.3.22. >It installed ok, but when I restart apache I get the follow error in my >error_log file. > >/usr/local/apache/logs/error_log >[Thu Jul 11 13:13:11 2002] [notice] Apache/1.3.22 (Unix) PHP/4.2.1 >configured -- resuming normal

[PHP] Re: Installing MYSQL on Windows

2002-07-15 Thread Richard Lynch
>Can anyone tell me steps for installing MYSQL on >windows ?? 1. Download from http://mysql.com 2. Follow the instructions in the download. If you get stuck, you've *GOT* to say which *VERSION* of Windows, since they are all too damn different. :-) -- Like Music? http://l-i-e.com/artists.htm

[PHP] Re: Multi-Part PostToHost?

2002-07-15 Thread Richard Lynch
> fputs($fp, "Content-Type: multipart/form-data; boundary=AaB03x\n"); > fputs($fp, "--AaB03x\n"); > fputs($fp, "Content-Disposition: form-data; name="variable1"\n"); > fputs($fp, "\n"); > fputs($fp, "Variable 1 Data\n"); > fputs($fp, "--AaB03x\n"); > fputs($fp, "Content-Disposition: form-data; nam

[PHP] Re: PHP and Jigsaw

2002-07-15 Thread Richard Lynch
>With Jigsaw's debug facility Enabled, I get two lines on the page and the >same two lines (without html tags of any sort) in "view source" display: >X-Powered-By: PHP/4.2.1 >Content-type: text/html If these two lines are showing up in the BROWSER, then something is pretty wrong... They're suppo

[PHP] Re: [PHP-DEV] OOH Forms ?

2002-07-15 Thread Arnaud Limbourg
Hello, There is such a library, you can find it in PEAR. It needs some cleanup and improvements though. Arnaud. > Hi there > > I came across with some reference indicating there was a library called OOH > forms, wondering if anyone knows about the status of that lib, or has those > features b

[PHP] Complex session issue

2002-07-15 Thread Divyank Turakhia
I have a situation where I have one browser window open for lets say web application 'x'. Now I want my user to goto application 'y' on the same domain in a new browser window by passing the authentication information from application 'x' to application 'y'. I obviously donot want my session varia

[PHP] Submit code

2002-07-15 Thread MindHunter
I am looking for PHP code that will submit (post) a form automaically to a ANOTHER php page. I do not want to press a submit button. I have found a class at PHPClasses but it is too complicated for my needs. What is the simplest way of doing this? What is the theoretical approach? The reason

RE: [PHP] Submit code

2002-07-15 Thread Martin Towell
three methods that I can think of: 1. header("location: url"); 2. 3. Hidden form + JavaScript -Original Message- From: MindHunter [mailto:[EMAIL PROTECTED]] Sent: Tuesday, July 16, 2002 4:33 PM To: [EMAIL PROTECTED] Subject: [PHP] Submit code I am looking for PHP code that will submit

Re[2]: [PHP] integrating usenet into http? how is this done???

2002-07-15 Thread Latex Master
Hello andy, Well i do work on the same project. Now i got little lost with headers. If anyone can help me I'll be glad. as for all othe issues like updating databases they are solved :) With now cron job :) Monday, July 15, 2002, 7:27:19 PM, you wrote: >> It would

Re: [PHP] Submit code

2002-07-15 Thread Peter Janett
The Snoopy class would do this nicely. http://snoopy.sourceforge.net/ That may be too complicated of class as you mentioned, but it's probably the best solution for you, and once setup, your task will be very easy to do with this class. I had a similar situation where I needed to do a simple fo

[PHP] Problem on file_exists()

2002-07-15 Thread Jack
Dear all I had a folder which the path is : (\\nedcoraa\pdf_reports\dealing room\report) it stores a lot of PDF reports in there. I'm trying to use the file_exists() function to detect if a specific file exist in this folder, but i got a problem is : It seems that php can go through (\\nedcoraa\pd

RE: [PHP] Problem on file_exists()

2002-07-15 Thread David Redmond
Jack, try using forward slashes instead of backslashes;eg $fp = fopen("//nedcoraa/pdf_reports/dealing/filename.ext", "r+"); Cheers -Original Message- From: Jack [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 16 July 2002 5:02 PM To: [EMAIL PROTECTED]; [EMAIL PROTECTED] Subject: [PHP] Proble

[PHP] Inclusion error

2002-07-15 Thread Sachin Keshavan
> Failed opening '/var/www/html/BOOKS/newbooks.php' for inclusion > (include_path='.:/php/includes:/usr/share/php') in Unknown on line 0 > > I am getting the following error, when the file newbooks.php is invoked. > The first lines in this entire file starts with the 4 lines of comments. What c

<    1   2