[PHP] Wizard based Content Manager help

2001-06-22 Thread John Harding
Hi, Im currently working on a Content Manager. The way we wish to add new content is throught a wizard with about 5-7 steps. I was wondering if anybody could suggest some methodsthat would be best for what I am trying to do. The main issue for example, is if a user is adding new content

Re: [PHP] Forum script

2001-06-22 Thread David Robley
On Thu, 21 Jun 2001 22:19, Morgan Curley wrote: In what timezone is it September? At 02:49 AM 6/21/2001, Chris \TunkeyMicket\ Watford wrote: Timezones :) - Original Message - From: mailto:[EMAIL PROTECTED]Morgan Curley To: mailto:[EMAIL PROTECTED][EMAIL PROTECTED] Sent:

RE: [PHP] Sessions vs Cookies?

2001-06-22 Thread Jason Murray
I am about to write a new admin system for a website I do and it will have many different logins. I was wondering overall which most of you thought would be better for such a thing? Wants really a pro about sessions over cookies? If it's for an admin section, then you may as well use

[PHP] how to pass PhP variables thru HREF command

2001-06-22 Thread David Yen
Hi. am using SQL Server. I wrote a php page that displays the NFL game schedule after query the database. I want to create link to a game prediction page (written in php) for each game. There will be two variables that will be passed thru the Href command. Would the code look something like

Re: [PHP] OT Re: http 1.0 1.1 info

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 03:24, rm wrote: Anyone know of a url. Need a simple introduction to the concepts of http1.0 and 1.1 protocols, how they work etc etc. Preferably something with nice pretty pictures and something that does not require more than a first or second grading reading level.

Re: [PHP] starting Apache: unable to find OpenLDAP library path

2001-06-22 Thread Rasmus Lerdorf
I have a problem when running Apache (1.3.19) using PHP (4.0.4) and OpenLDAP . The following error occurs when starting up Apache (PHP run internally as a shared module in Apache): Cannot load /usr/web/server/apache/libexec/libphp4.so into server: libldap.so.2: cannot open shared

Re: [PHP] Forum script

2001-06-22 Thread Chris \TunkeyMicket\ Watford
His date is wrong, not your client's fault. I just thought the time was off, didn't see the date too. - Original Message - From: Morgan Curley To: [EMAIL PROTECTED] Sent: Thursday, June 21, 2001 8:49 AM Subject: Re: [PHP] Forum script In what timezone is it

[PHP] fgetc()

2001-06-22 Thread Greg Donald
Is it possible to read in binary data as the client side of a stream using fgetc()? In particular, is it possible to delimate string separation using \0 as a delimiter? All attempts to recognize and or read the \0 character fails. Thanks, Greg -- PHP General Mailing List

[PHP] NaN

2001-06-22 Thread Jeff Orrok
I was wondering how I would test to see if a number was NaN. When I assign log(-1) to a constant, it does not seem to equal another variable that is NaN. -- :-J -- -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail:

Re: [PHP] session question

2001-06-22 Thread Moax Tech List
I have the load balancing all setup, which is why i didn't want to use normal file sessions. I have one more question though, I read that tutorial and got it to work perfect, it is too easy. I am just wondering, is using a library like phplib more efficient or is this very efficient itself (i

[PHP] toronto developers?

2001-06-22 Thread nicole
apologies for being not quite on topic.. i just moved to toronto, canada.. i'm trying to settle in (and look for work) and was wondering if there is a developer community there.. ? or even individuals who don't mind sharing a bit of local knowledge.. any contact appreciated :) nicole -- PHP

[PHP] PHP authenticating and session management

2001-06-22 Thread Arash Dejkam
Hi, I want to use PHP session manager but I have some problems, I want the session start in a login page so I do this for example: after authenticating... session_start(); session_register(username); then I want the user to be able to see his own pages, what do I have to do in those pages?

Re: [PHP] mcrypt_cbc()

2001-06-22 Thread Christopher Ostmo
Tyler Longren pressed the little lettered thingies in this order... Hello list, Is there a special tirgger to enable the mcrypt_cbc() function when you ./configure PHP? Or how do I get that function to work? I get the error: call to undefined function. Thanks, Tyler --with-mcrypt

Re: [PHP] PHP timer

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 06:41, george wrote: My back is aganist the wall with this one, I have to create a timer . What happens is admin will enter a time say 2 hours in the future this time will be stored in a db as a time stamp then the current time and the timestamp from the db are

[PHP] Developer mailing list

2001-06-22 Thread Julia A. Case
Hi, I'm trying to write a module for PHP and need a little help, I went to http://lists.php.net to see if there was a developer list, but only found the defualt Apache web page... Can someone direct me in the proper direction? Thanks, Julia -- [ Julia Anne Case ] [Ships are safe

Re: [PHP] passing values to a javascript variable

2001-06-22 Thread TunkeyMicket
echo script language='javascript' .\n\tvar ndata = '.addslashes($data_data).'; .\n\tPutCode(ndata); .\n/script; Try that. Chris TunkeyMicket Watford TunkeyMicket Productions www.tunkeymicket.com - Original Message - From: Romulo Roberto

[PHP] Re: Lists are back up

2001-06-22 Thread Morgan Curley
This is something I had been meaning to ask for a while. Can message dates be normalized at the list server? It seems like a lot of people out there don't know how to set their clocks or want lots of attention by setting their clocks months + years ahead so their messages are always pinned to the

[PHP] totals from a mysql query

2001-06-22 Thread Andras Kende
Hello, I have a php page which pull data from myusql database... I'm new to php so I looking for some advice ... I have a field which contains numbers and needed to have them totaled after the query below the table... Database: |text1|text2|total| |some|tfdfd|100| |string|adfa|250|

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Rouvas Stathis
Thank you for your prompt reply. I read your suggestion about MaxClients in Apache conf. Since this is something I haven't thought before, I'll take it into consideration first and then I will supply you a test case as you requested. I will do so in the forthcoming weekend. Please, read below for

Re: [PHP] Sessions vs Cookies?

2001-06-22 Thread Christopher Ostmo
Chris Anderson pressed the little lettered thingies in this order... I am about to write a new admin system for a website I do and it will have many different logins. I was wondering overall which most of you thought would be better for such a thing? Wants really a pro about sessions over

Re: [PHP] PHP timer

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 06:41, george wrote: My back is aganist the wall with this one, I have to create a timer . What happens is admin will enter a time say 2 hours in the future this time will be stored in a db as a time stamp then the current time and the timestamp from the db are

Re: [PHP] $HTTP_???_VARS[] always populated?

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 08:02, Matthew M. Boulter wrote: Quick question crew, ATM we're trying to convert all of our existing scripts t conform to register_globals being OFF, i.e., accessing everything through the $HTTP_???_VARS[] arrays. What I was wondering is, when register_globals in ON,

Re: [PHP] mcrypt_cbc()

2001-06-22 Thread Tyler Longren
I ended up getting everything installed. But now when I go to the page, I get this: Warning: mcrypt module initialization failed in /home2/golfballs.net/www/includes/crypt_lib.php on line 35 any ideas why I get that? - Original Message - From: Christopher Ostmo [EMAIL PROTECTED] To:

Re: [PHP] BUGS.PHP.NET

2001-06-22 Thread Chris Kay
HAHAHAHAHAHAHAHAHA At 07:58 AM 6/22/01 +0800, you wrote: Hello, I visited bugs.php.net and I noticed that you are not listed on some search engines. I am sure you can increase the number of people who visit bugs.php.net . Do you know TrafficMagnet? TrafficMagnet is a unique technology that

RE: [PHP] BUGS.PHP.NET

2001-06-22 Thread Jason Murray
I visited bugs.php.net and I noticed that you are not listed on some search engines. I have only one thing to say about this email. - ROFL! - If this Christine is actually reading this mail - you've given me a big laugh, thanks. Jason -- Jason Murray [EMAIL PROTECTED] Web

[PHP] Multiple JavaScript Windows

2001-06-22 Thread Carlos Fernando Scheidecker Antunes
Hello All, I need to have multiple JavaScripts windows with my database PHP script. The idea is to have a main Page and links to pop-up JavaScript Windows to enter information on the database. Once these windows are closed the main PHP page need to be automaticaly updated. The Database is

Re: [PHP] Sessions vs Cookies?

2001-06-22 Thread Michael Hall
As I understand it, PHP's session management uses cookies anyway unless they are turned off by the browser, in which case session info is attached to the URL. So I'd use sessions rather than cookies alone. Mick On Thu, 21 Jun 2001, Chris Anderson wrote: I am about to write a new admin

Re: [PHP] re: time

2001-06-22 Thread [EMAIL PROTECTED]
Dear Jason got problem that make me not able to email direct to the list, they keep bounce me back. Anyway, apologise in advance that I have to email you directly, I used PHP_AUTH_USER for login method, no cookies or session used, how could I do the logout that will completely get rid of the log

Re: [PHP] Which DB abstraction ?

2001-06-22 Thread Dallas K.
Check out the ADODB.. They support 9 (maybe 11) different db's the code is easy and it works http://php.weblogs.com/ADODB We use their script .works well. - Original Message - From: Andrew Hill [EMAIL PROTECTED] To: Robert Mena [EMAIL PROTECTED]; php mailing list

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 02:47:39AM +0300, Rouvas Stathis wrote: Thies C. Arntzen wrote: please send me a minimal testcase that shows this behaviour! i'll look into that then. I said that I'll have it on Monday, but curiosity got the better of me:-) So, I ran my test case and

Re: [PHP] how to pass PhP variables thru HREF command

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 10:15, David Yen wrote: Hi. am using SQL Server. I wrote a php page that displays the NFL game schedule after query the database. I want to create link to a game prediction page (written in php) for each game. There will be two variables that will be passed thru the

[PHP] RE: passing values to a javascript variable

2001-06-22 Thread Tim Ward
have you viewed the source? - could be something to do with the semi-colons or, more likely, what addslashes($data_data) evaluates to. Tim Ward Senior Systems Engineer Please refer to the following disclaimer in respect of this message:

[PHP] LDAP

2001-06-22 Thread Derek
I'm doing some R D with PHP and OpenLDAP I managed to get the php function ldap_add to work and I've been using PHP to add form-submitted information to a directory. However I decided to include another objectclass (uidObject) and now it returns with: error - Object class violation

[PHP] PHP equivalent for Oracle ORA_FFI

2001-06-22 Thread Euan Greig
We have a data load program written in Oracle Reports 2.5 (yes, I know, it wasn't me!). This uses ORA_FFI to interface with a .dll to validate and reformat addresses. I would like to perform the same interface in PHP if possible, without needing to do any development work on or around the .dll.

RE: [PHP] php as cron

2001-06-22 Thread AJDIN BRANDIC
Hi again, this is what I have done, as adviced by you guys (thanks) created a file called pop which contains #! /bin/sh lynx -dump http://192.168.254.10/pop3/pop3_stuff2.php3 /dev/null clear If I execute this from the shell ./pop it works OK. But as a cron job I get an error message sent to

Re: [PHP] Developer mailing list

2001-06-22 Thread David Robley
On Fri, 22 Jun 2001 06:21, Julia A. Case wrote: Hi, I'm trying to write a module for PHP and need a little help, I went to http://lists.php.net to see if there was a developer list, but only found the defualt Apache web page... Can someone direct me in the proper direction? Thanks, Julia

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Style|warrioR
I'm not quite sure if this is the perfect way cause I'm pretty new to this session stuff, too. but my version looks like this: [login.php] a form with username and password field. submit -- auth.php [auth.php] check if username and password are ok (from a text file or your mysql database)

[PHP] zend optimizer on php4.07-dev

2001-06-22 Thread idban secandri
anyone has try it? -- 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] gabung miling list php.

2001-06-22 Thread Ai Rosita
salam, mohon saya diikutkan bergabung ke miling list PHP. demikian, atas perhatiaanya diucapkan banyak terima kasih. w.w.w. rosita -- 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

Re: [PHP] CGI Error when processing form

2001-06-22 Thread Markus Kühni
We've got the same problem. Did you find a resolution? Thanks, MarkMirco seth [EMAIL PROTECTED] wrote in message 9ej8pq$i1n$[EMAIL PROTECTED]">news:9ej8pq$i1n$[EMAIL PROTECTED]... Hi, I'm really new to PHP and i'm not too smart!..., I pulled some from code out of scripts.com for processing

[PHP] end optimizer on php4.07-dev

2001-06-22 Thread idban secandri
anyone has try it? its compatible? -- 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] Re: PHP authenticating and session management

2001-06-22 Thread Stephen Yau
Hi, You can use $HTTP_SESSION_VARS[username] to make sure that this variable is from the user session, not from the cookie. When you do a session_register(username);, the $username is store in the server side, not on the client. The client side only have a Session ID store in the cookie.

RE: [PHP] SMTP/mail question

2001-06-22 Thread mailing_list
Hi! I did it! once again what I wanted to do: I wanted to send a mail, but use MAIL FROM: and RCPT TO: from the SMTP-Protocol and check, if the domain is accepted (nslookup MX)! I had a perl script, that does this trick. Unfortunately the php-mail() can't do a RCPT TO: and MAIL FROM: explicitly

[PHP] MySQL - get_lock() / release_lock()

2001-06-22 Thread Carsten H. Pedersen
Does anyone know the status on implementing MySQL's client functions get_lock() and release_lock() in PHP? The functions have been around since MySQL 3.21.27 was released in March 1998. Maybe it's about time to get it into PHP as well? / Carsten -- PHP General Mailing List

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Rouvas Stathis
"Thies C. Arntzen" wrote: On Fri, Jun 22, 2001 at 02:47:39AM +0300, Rouvas Stathis wrote: "Thies C. Arntzen" wrote: please send me a "minimal" testcase that shows this behaviour! i'll look into that then. I said that I'll have it on Monday, but curiosity got the better of

[PHP] OCIExecute hangs with invalid sql statement

2001-06-22 Thread Euan Greig
The following code works fine if passed a valid sql statement in $sql, but if not it hangs. $this-conn=OCIPLogon($orauser,$orapwd,$tns) or die (Could not log on to database); $this-stmnt = OCIParse($this-conn, $sql) or die (Could not initialize database query (parse)); $result =

[PHP] confused with sessions

2001-06-22 Thread kaab kaoutar
Hi! I'm confused with these sessions :( well here is what i want to do! I have a web site whos pages are all composed of frames(4)! and in the top frame i have the loggin button! i want , once the user logged, the fees that are in pages (frames) become visible and once logged out, the fees likns

Re: [PHP] Re: PHP authenticating and session management

2001-06-22 Thread Arash Dejkam
Hi, Thank you very much, you gave me the lines I was looking for in the 7-8 tutorials I read in last 48 hour to find and I didn't :) Dejkam http://www.dejkam.f2s.com Stephen Yau [EMAIL PROTECTED] wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... Hi, You can use

RE: [PHP] how to pass PhP variables thru HREF command

2001-06-22 Thread Andrew Kirilenko
Hello! Yes, you are right. And ou can get passed values in the predication.php via: global $HTTP_GET_VARS; $hometeam = $HTTP_GET_VARS[hometeam]; $awayteam = $HTTP_GET_VARS[awayteam]; Best regards, Andrew Kirilenko, Seniour Programmer / System Administrator, Internet Service. -Original

[PHP] informations

2001-06-22 Thread Mihailescu Emil
Sir/Madame Please allow me to introduce myself. My name is Mihailescu Emi. I am sales manager at Romcomp SRL and I am contacting you in behalf of the firm. We are a computer sellers company from Romania and we are interested to buy Intel Pentium III @ 933 MHz processors not boxed(tray) and

Re: [PHP] PHP + Oracle + OCIPLogon

2001-06-22 Thread Lucas Persona
Greetings! Thies C. Arntzen wrote: On Thu, Jun 21, 2001 at 09:32:31PM +0300, Rouvas Stathis wrote: This has happened with other applications that I have experimented with. The lingering connections problem is with us at least since PHP.3.0.12 (which the first version of PHP I tried).

[PHP] SQL statement for clearing a table

2001-06-22 Thread Wilbert Enserink
Hi all, anybody knows the mysql statement for clearing the contents of a table and lieving the table itself intact? Wilbert - Pas de Deux Van Mierisstraat 25 2526 NM Den Haag tel 070 4450855 fax 070 4450852 http://www.pdd.nl [EMAIL PROTECTED] -

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Jason Stechschulte
On Fri, Jun 22, 2001 at 08:59:54AM +0430, Arash Dejkam wrote: simply check $username and bring up the user's page ? but this makes it possible for any hacker to send a cookie with username and see that page. I know that PHP stores a unique random number for each session but how can I check

[PHP] PHP UK Usergroup Meeting

2001-06-22 Thread James Moore
Hi all, Just a note for those in the UK about the next PHP UK meeting. Information can be found here: http://www.phpuk.org/meetings.php The day promises to be interesting, as well as a good chance to meet other PHP users in the UK and most of all enjoy yourselves. If you are interested in

Re[2]: [PHP] php as cron

2001-06-22 Thread Gianluca Baldo
AB If I execute this from the shell ./pop it works OK. AB But as a cron job I get an error message sent to my mail box AB Your terminal lacks the ability to clear the screen or position the AB cursor., AB hence this 'clear' bit in my script to try to sort the problem but no joy. I have had the

Re: [PHP] SQL statement for clearing a table

2001-06-22 Thread lenar
DELETE FROM tablename or TRUNCATE TABLE tablename lenar. Wilbert Enserink [EMAIL PROTECTED] wrote in message 001101c0fb15$5daa49e0$[EMAIL PROTECTED]">news:001101c0fb15$5daa49e0$[EMAIL PROTECTED]... Hi all, anybody knows the mysql statement for clearing the contents of a table and

Re: Re[2]: [PHP] php as cron

2001-06-22 Thread lenar
I have had the same problem in some debian installations. As far as I investigaed, it possibly has to deal with the TERM parameter but finally I did solve the problem installing also a copiled version of PHP an calling it like: * * * * * php /var/www/path/to/script.php This might

[PHP] Oracle Database keeps disconnecting - or something

2001-06-22 Thread Taylor, Stewart
Hello, Just in case anyones got any ideas. I've been testing an application for a few weeks on a test server without any problems. After releasing it onto the live server, which is - according to the administrator - setup exactly the same as the test server I've been running into problems.

[PHP] Oracle Database keeps disconnecting - or something

2001-06-22 Thread Taylor, Stewart
Hello, Just in case anyones got any ideas. I've been testing an application for a few weeks on a test server without any problems. After releasing it onto the live server, which is - according to the administrator - setup exactly the same as the test server I've been running into problems.

[PHP] Error messages

2001-06-22 Thread Coughlan, Andy-HQ
Title: Error messages Hi Guys and Gals, Whilst developing various php pages I noticed that occasionally when I get an error in a page the parser won't tell me which line the error is on, and just shows error on line 1 even if the error is on line 93. It isn't every page that does it,

RE: [PHP] PHP authenticating and session management

2001-06-22 Thread Jaxon
Does this depend on cookies? regards, jaxon -Original Message- From: Style|warrioR [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 5:09 AM To: [EMAIL PROTECTED] Subject: Re: [PHP] PHP authenticating and session management I'm not quite sure if this is the perfect way

[PHP] apache and php ate up all my memory :-[

2001-06-22 Thread Sebastian Stadtlich
Hi all Probably some Apache/mysql/php-Admin gurus can give me a hint : i just moved a website to it's own server ( my first one). now apache had eaten up all physical and virtual memory some httpd had allocated 45MB of RAM, memory ran out myqsl crashed... php is compiled in to apache

RE: [PHP] php as cron

2001-06-22 Thread Jean-Arthur Silve
Why don't you put directly this line in your cron file ? i.e : 00 03 * * * lynx -dump http://192.168.254.10/pop3/pop3_stuff2.php3 for daily 3.00 AM jean-arthur At 09:28 22/06/01 +0100, AJDIN BRANDIC wrote: Hi again, this is what I have done, as adviced by you guys (thanks) created a file

Re: [PHP] php as cron

2001-06-22 Thread infoz
If you're partial to the approach of using a web-based program to do this (often a bad idea, for security reasons) then look at 'curl' or 'wget' instead of 'lynx'. (you can find them on Freshmeat.net) Much better is to build the CGI version of PHP, and use PHP as a script processor just like

[PHP] protected Images without using htaccess

2001-06-22 Thread Arash Dejkam
Hi, I'm going to make a page in which users (being authenticated by PHP session management) upload pictures and specify which other users can see those pictures, and I want all the process be automated, and I don't want to use Apache protection on directories, now I have a problem: if I store

Re: [PHP] confused with sessions

2001-06-22 Thread Chris Lee
trans_sid is only enabled when cookies are not supported. php.ini has session.use_cookies = 0; this will disable cookies and force trans-sid. you should also verify trans-sid with phpinfo(), make sure it really did get compiled in. trans-sid will only re-write urls that are not full urls. ie.

Re: [PHP] protected Images without using htaccess

2001-06-22 Thread Fredrik Arild Takle
1. Authenticate user 2. Put the pictures in a secret folder or outside http_root 3. Do this: ?php header(Content-Type: application/download\n); header(Content-Disposition: filename=\$file\); $fn = fopen($file , r); fpassthru($fn); ? I hope this helps! Fredrik A. Takle [EMAIL PROTECTED]

Re: [PHP] Error messages

2001-06-22 Thread enygma
A lot of times, it will tell you what kind of error it isif it's a parse error, the first thing to look for is a missing semi-colon or something. Other than that, braces and parens are the ones that I miss the most. It's just a limitation of the PHP debugger right now. It might be fixed in

[PHP] Is this a joke?!

2001-06-22 Thread Fredrik Arild Takle
Is this a joke? http://www.perl.com/search/index.php *hehe* -- 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] Is it possible to have the parameters fo a function be exited HTML?

2001-06-22 Thread Jason Lustig
Is it possible to break up the parameters of a function with ? and ?php ?? What I mean by this, for example, is this: snip ?php strtoupper( ? table tr td a href=http://www.php.net;php.net/a /td /tr /table ?php ); ? /snip With this example, will

Re: [PHP] protected Images without using htaccess

2001-06-22 Thread Chris Lee
you are so close .. store the images outside the http root. have a php page verify the user and use header('content-type: image.jpeg'); readfile('/tmp/image.jpg'); there ya go. its the only way i can see. -- Chris Lee [EMAIL PROTECTED] Arash Dejkam [EMAIL PROTECTED] wrote in message

[PHP] simple questions about sessions

2001-06-22 Thread kaab kaoutar
Hi! 1- is there a way with which i can verify that a session variable is registered or exists without using start_session cause if it's not registered and there is no session it'll create the session ! i tried isset() but if it's set i have to use start_session so as to get the values and

[PHP] compiling with the gd library

2001-06-22 Thread Julia A. Case
I have a client that wants to have the gd library compiled into php, I got a modern version of the gd lib (1.8.4 and 2.0.1) and both state that they dropped support for gifs... but the ext/gd/gd.c tries to use gif calls... I'm confused. Julia -- [ Julia Anne Case ] [Ships are

Re: [PHP] toronto developers?

2001-06-22 Thread J Smith
I don't know if there's a PHP developer community here, but I'm an individual who doesn't mind sharing a bit of knowledge. I started working in TO back in March. I'm working for a tiny company as their sole coder, doing stuff all over the board -- C, C++, Perl, PHP. Most of it is PHP, but I've

Re: [PHP] protected Images without using htaccess

2001-06-22 Thread Fredrik Arild Takle
added the wrong script... arghh... ?php Header(Content-type: image/gif); $fp = @fopen($img,rb); fpassthru($fp); fclose($fp); ? Fredrik Arild Takle [EMAIL PROTECTED] wrote in message 9gvl19$er6$[EMAIL PROTECTED]">news:9gvl19$er6$[EMAIL PROTECTED]... 1. Authenticate user 2. Put the

Re: [PHP] Safe_mode in certain directories

2001-06-22 Thread Egan
On Thu, 21 Jun 2001 14:35:50 -0700 (PDT), Rasmus Lerdorf [EMAIL PROTECTED] wrote: If you are using Apache you can set any PHP directive in Directory ... or VirtualHost ... block by doing something like: php_admin_flag safe_mode On Do those directives work in .htaccess files too? -- PHP

Re: [PHP] OT Re: http 1.0 1.1 info

2001-06-22 Thread rm
it's not the equivalent of 'HTTP for Dummies' :-) funny thing...after your message, I went to a search engine ran a search for http protocol dummies...found what I needed g ken __ Do You Yahoo!? Get personalized email addresses from Yahoo!

RE: [PHP] informations

2001-06-22 Thread Jamie Thompson
i think you be sendering this to the wrongs peepel. -Original Message- From: Mihailescu Emil [mailto:[EMAIL PROTECTED]] Sent: 21 June 2001 04:52 To: [EMAIL PROTECTED] Subject: [PHP] informations Sir/Madame Please allow me to introduce myself. My name is Mihailescu Emi. I am sales

[PHP] recompiling libphp4.so with -DEAPI

2001-06-22 Thread Tyler Longren
Hello, I recompiled php/apache/openssl/mod_ssl yesterday on a server (exact same as I had done it before). Before apache started up with SSL with no problem. Now when I start (./apachectl startssl), I get this warning: [Fri Jun 22 10:59:03 2001] [warn] Loaded DSO libexec/libphp4.so uses plain

Re: [PHP] SQL statement for clearing a table

2001-06-22 Thread Adam Wright
DELETE FROM table_name; adamw - Original Message - From: Wilbert Enserink [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 1:17 PM Subject: [PHP] SQL statement for clearing a table Hi all, anybody knows the mysql statement for clearing the contents of a table and

RE: [PHP] Sessions vs Cookies?

2001-06-22 Thread Christopher Ostmo
Jason Murray pressed the little lettered thingies in this order... I am about to write a new admin system for a website I do and it will have many different logins. I was wondering overall which most of you thought would be better for such a thing? Wants really a pro about sessions

Re: [PHP] SQL statement for clearing a table

2001-06-22 Thread Julia A. Case
try delete from table; Julia Quoting Wilbert Enserink ([EMAIL PROTECTED]): Hi all, anybody knows the mysql statement for clearing the contents of a table and lieving the table itself intact? Wilbert - Pas de Deux Van Mierisstraat 25 2526 NM Den Haag tel

RE: [PHP] SQL statement for clearing a table

2001-06-22 Thread Jason Lustig
This SQL statement: DELETE FROM myTable; That should work... pretty much, unless you give a WHERE statement, it will do whatever you want (UPDATE, SELECT, DELETE, etc) to every record in the table. --Jason -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL

[PHP] isset($x) fails !

2001-06-22 Thread kaab kaoutar
Hi! isset() fails :( i peeferd using it so as not to use session_start() when the guy is not logged ! _ Get Your Private, Free E-mail from MSN Hotmail at http://www.hotmail.com. -- PHP General Mailing List

[PHP] Re: [phplib] Oracle Database keeps disconnecting - or something

2001-06-22 Thread Thies C. Arntzen
On Fri, Jun 22, 2001 at 02:26:43PM +0100, Taylor, Stewart wrote: Hello, Just in case anyones got any ideas. I've been testing an application for a few weeks on a test server without any problems. After releasing it onto the live server, which is - according to the administrator -

Re: [PHP] SQL statement for clearing a table

2001-06-22 Thread py
if you have a numbered primary key, delete from table where primary_key 0 ? (to be handled with care) py - Original Message - From: Wilbert Enserink [EMAIL PROTECTED] To: [EMAIL PROTECTED] Sent: Friday, June 22, 2001 1:17 PM Subject: [PHP] SQL statement for clearing a table Hi

[PHP] MySQL Dump In PHP

2001-06-22 Thread Chris Anderson
I've been reading through the MySQL manual about backing up my database using mysql dump. I tried passing it as a Query in PHP but that doesn't seem to work. Does anyone know how to do this? Also does the dump back up the files into a directory I specify? I am on a virtual host and need to

Re: [PHP] toronto developers?

2001-06-22 Thread Mindy Wallen
J Smith [EMAIL PROTECTED] wrote in message 9gvnfr$ukj$[EMAIL PROTECTED]">news:9gvnfr$ukj$[EMAIL PROTECTED]... I don't know if there's a PHP developer community here, but I'm an individual who doesn't mind sharing a bit of knowledge. J There is a PHP dev newsgroup. You can find it at the

[PHP] un-official miror of php.net

2001-06-22 Thread Reuben D Budiardja
Hi, Is it allowed to be an un-official mirror of php.net? I mean, I want to have php.net site on my local webserver, but it's mainly for the use of our own development group (intranet), ie. not publicly available, and not to be listed in the list of php.net mirror. I'm mostly interested to

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Bass???
I have a Q. will the Session ID be stolen by hacker when the ID tranfer bewteen client and server ? Then can the hacker send the ID to server and veiw the user's page ? Jason Stechschulte [EMAIL PROTECTED] ? [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... On Fri, Jun 22, 2001 at 08:59:54AM

RE: [PHP] SQL statement for clearing a table

2001-06-22 Thread Balak, Frank
delete from tablename -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 07:18 To: [EMAIL PROTECTED] Subject: [PHP] SQL statement for clearing a table Hi all, anybody knows the mysql statement for clearing the contents of a table and

Re: [PHP] General Coding Question

2001-06-22 Thread George Whiffen
And what about the third option using single quotes on the outside i.e. print 'INPUT TYPE=TEXT VALUE='. $hash[var2] .'.. or even better print ' INPUT TYPE=TEXT VALUE='.$hash[var2].' SIZE= .. This should be better than an outer double quote since it stops any

RE: [PHP] SQL statement for clearing a table

2001-06-22 Thread Merio, Quinn
isn't it, DELETE FROM tablename; q. -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 6:18 AM To: [EMAIL PROTECTED] Subject: [PHP] SQL statement for clearing a table Hi all, anybody knows the mysql statement for clearing the contents

[PHP] Is there a user group in Colorado?

2001-06-22 Thread Unni
Is there a user group in Colorado? 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 PROTECTED]

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread stylewarrior
no, it works also if your user has cookies disabled. Jaxon [EMAIL PROTECTED] schrieb in im Newsbeitrag: [EMAIL PROTECTED] Does this depend on cookies? regards, jaxon -Original Message- From: Style|warrioR [mailto:[EMAIL PROTECTED]] Sent: Friday, June 22, 2001 5:09 AM To:

Re: [PHP] PHP authenticating and session management

2001-06-22 Thread Style|warrioR
interesting question! I'm also interested in it, cause I read somwhere that its possible to kidnap sessions... Bass??? [EMAIL PROTECTED] schrieb in im Newsbeitrag: 9gvt89$pi5$[EMAIL PROTECTED] I have a Q. will the Session ID be stolen by hacker when the ID tranfer bewteen client and server

[PHP] gd library

2001-06-22 Thread Julia A. Case
This message never showed up on the list so I appologize if it shows up 2x. I have a customer that wants to use the gd library with PHP, I got 2 different versions (1.3.8 and 2.0.1) and both say that they no longer support GIF formats... but when I try to compile the ext/gd/gd.c file I get

Re: [PHP] How to connect to remote database server through PHP?

2001-06-22 Thread George Whiffen
Manisha, For the Sybase network connections, you are probably best off contacting Sybase specialists. php via the sybase_connect function is likely to look like any other Sybase client on a remote box, so the question is mostly about how do you get any Sybase client on your web server to

RE: [PHP] SQL statement for clearing a table

2001-06-22 Thread ckieninger
$query = delete * from table; table is empty mailto:[EMAIL PROTECTED] -Original Message- From: Wilbert Enserink [mailto:[EMAIL PROTECTED]] Sent: Freitag, 22. Juni 2001 14:18 To: [EMAIL PROTECTED] Subject: [PHP] SQL statement for clearing a table Hi all, anybody knows the mysql

Re: [PHP] un-official miror of php.net

2001-06-22 Thread Chris Lee
download the manual from snaps.php.net ALLWAYS has the most current manual. php.net/manual will never be more current then snaps.php.net. php.net/manual will have the comments though. I dont know if php.net will like all those hits of you updating your mirror, email them. -- Chris Lee

  1   2   >