Re: [PHP] help regarding mysql

2001-07-27 Thread Daniel Rezny
Hello Balaji, Friday, July 27, 2001, 9:12:28 AM, you wrote: BA> Hi friend, BA>i am unable to connect to mysql server today. BA> windows 98 machine. PHP 4.0.6 and Mysql 3.23.36 c:\mysql\bin>> mysql -u balaji -p BA> password:*//pingpong BA> But i am able to connect through php. what

Re: [PHP] fopen - warnings

2001-07-27 Thread Nessi
That works! Thanks a lot :) Cheers, Nessi At 17:11 26/07/01 , you wrote: >try @fopen("categories.txt","r+"); > > >- Original Message - >From: Vanessa <[EMAIL PROTECTED]> >To: <[EMAIL PROTECTED]> >Sent: Thursday, July 26, 2001 12:05 PM >Subject: [PHP] fopen - warnings > > >Hello List, >

Re: [PHP] help regarding mysql

2001-07-27 Thread Balaji Ankem
Hello! Daniel, i have given   c:\mysql\bin>  mysql --host=localhost -u balaji -p   password://i entered correct password. ERROR:1045 Access denied for user : 'balaji@localhost' (Using password:YES).   But through php program it is connecting...   I don't know what is the reason...But it i

[PHP] ascii of euro

2001-07-27 Thread Karl Phillipson
Does anyone know what the ascii version of a euro symbol is? == Karl Phillipson PHP SQL Programmer Saffron Hill Ventures 67 Clerkenwell Road London EC1R 5BL

Re: [PHP] ascii of euro

2001-07-27 Thread Alexander Wagner
Karl Phillipson wrote: > Does anyone know what the ascii version of a euro symbol is? There is none. regards Wagner -- Madness takes its toll. Please have exact change. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail

[PHP] Re: An integer?

2001-07-27 Thread Dan Hardiker
Why not just use a regular expression match to see if there is anything other than numeric characters? That will tell you if it is an integer before you do the type casting. (sorry if that sounds a little obvious but no-one seems to have suggested it) - Dan "Unknown Sender" <[EMAIL PROTECTED]>

Re: [PHP] ascii of euro

2001-07-27 Thread George Pitcher
According to my character map, its 0128 ... if its on the font. George, Edinburgh - Original Message - From: Alexander Wagner <[EMAIL PROTECTED]> To: Karl Phillipson <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 9:25 AM Subject: Re: [PHP] ascii of euro > Karl Phi

RE: [PHP] best php editor

2001-07-27 Thread Martin Marconcini
> languages. It is called HTML-kit! I absolutely love it and felt I had to > share that love with you all. > > It is free. A little like Homesite, except better in my view. Certainly > far > more feature-rich for PHP scripting. > > Unless I'm missing some serious drawback, it's the best editor f

Re: [PHP] problem while reading on sockets ...

2001-07-27 Thread Arnauld Dravet - smurfie
well because i'm not connecting to a web server ... - Original Message - From: "David Robley" <[EMAIL PROTECTED]> To: "Arnauld Dravet - smurfie" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 3:35 AM Subject: Re: [PHP] problem while reading on sockets ... > On Thu

[PHP] Euro Ascii value

2001-07-27 Thread ani
Ascii Euro value: Dec# 128 Hex# 80 if its on the font -- 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] ascii of euro

2001-07-27 Thread Alexander Wagner
George Pitcher wrote: > According to my character map, its 0128 ... if its on the font. What character map is that? Ascii? Ascii is way older than that symbol and has not been changed for quite a while, I think, if it ever has. Do you mean Ansii? Or Iso-8859-15? regards Wagner -- Madness tak

[PHP] Euro asccii value

2001-07-27 Thread Aniceto Lopez
Ascii Euro value: Dec# 128 Hex# 80 if its on the font

[PHP] $str = var_dump()

2001-07-27 Thread elias
Hello! Actually, var_dump() dumps directly the structure/content of a variable to the browser... Now is there is anyway to capture this output and assign it to a string and then store it to a file? for logging/debugging purpose? $str = var_dump($arrays); echo "on [time] [date] varname dump=$str

[PHP] Re: running a function after a form submit

2001-07-27 Thread elias
why don't you save just before the submit was clicked? what if he clicks submit and then he quickly closes and cancels everything out? (you just saved for vain!) "Richard Kurth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is there a way to run a function wh

Re: [PHP] best php editor

2001-07-27 Thread elias
Then you must be one of the 3% who voted "Bad" at cnet.com ;) "Martin Marconcini" <[EMAIL PROTECTED]> wrote in message 001401c11673$9b2926a0$[EMAIL PROTECTED]">news:001401c11673$9b2926a0$[EMAIL PROTECTED]... > > languages. It is called HTML-kit! I absolutely love it and felt I had > to > > share

[PHP] Re: best php editor

2001-07-27 Thread elias
> It is free. How it's for free? and what's than then: http://www.chami.com/html-kit/register/ "Daniel Goldin )" <[EMAIL PROTECTED]> wrote in message 000601c1166a$9602e0c0$033a22c7@daniel">news:000601c1166a$9602e0c0$033a22c7@daniel... > Recently there's been a thread about what editor is best for

RE: [PHP] best php editor

2001-07-27 Thread Martin Marconcini
LOL :) I didn't ... perhaps I used an old version... Regards, Martin Marconcini www.marconcini.com.ar "Life must be lived looking forward and can be understood only looking backward." Soren Kierkegaard > -Original Message- > From: elias [mailto:[EMAIL PROTECTED]] > Sent: Friday, July

RE: [PHP] Re: best php editor

2001-07-27 Thread Martin Marconcini
> > It is free. > How it's for free? and what's than then: > http://www.chami.com/html-kit/register/ The next build of HTML-Kit will include a commercial version for business users, as well as a free version. If you would like to receive a copy of the next commercial version when it becomes avail

[PHP] my php script is very slow. help?

2001-07-27 Thread hassan xaaji
Hi all I have Linux/PHP/MySQL. Some of my script really run very slowly. painfully slow. All data are fetched from the database. The tables in database are indexed. Still some scripts are very slow. I am using nested while and for loops. Any idea how to make them faster? What should I avoid i

[PHP] force the output of PHP

2001-07-27 Thread Calin Uioreanu
Hi, I would like to force the output of php in one page. The result set is clustered and I want to send to the browser a cluster as soon as the processing is done. Can I do this? I tried output buffering and something like this: "; echo microtime(); ob_end_flush(); ?> But no way -- Regards,

Re: [PHP] fopen - warnings

2001-07-27 Thread Slavomir Slizik
... if ($datei = @fopen($file[$i], "r+")) ... On Thu, 26 Jul 2001, Vanessa wrote: > Hello List, > > this is probably a very stupid question, but I dont know how to solve this > little problem: > I have a script with which text files (exported access db data sheets) can > be uploaded to the mys

[PHP] Re: my php script is very slow. help?

2001-07-27 Thread Jonas Delfs
"Hassan xaaji" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I have Linux/PHP/MySQL. Some of my script really run > very slowly. > > What should I avoid in my scripting? It's hard to tell. Try showing some code. -- Mvh./Best Regards Jonas Delfs, http:/

[PHP] Re: $str = var_dump()

2001-07-27 Thread Jonas Delfs
"Elias" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Actually, var_dump() dumps directly the structure/content of a variable to > the browser... > Now is there is anyway to capture this output and assign it to a string and > then store it to a file? Ou

Re: [PHP] Newbie Help (CLASS WAR!)

2001-07-27 Thread CC Zona
In article <[EMAIL PROTECTED]>, [EMAIL PROTECTED] (Brian White) wrote: > There are times when I would really like to be able to do: > > class A > { > function DoStuff() > { > . > } > } > > class B extends A > { > function DoStuff() > { > . >

Re: [PHP] Newbie Help (CLASS WAR!)

2001-07-27 Thread George Pitcher
Have a look at: http://www.phpbuilder.com/columns/luis2420.php3 HTH George, still a newbie after a week on php - Original Message - From: CC Zona <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 11:25 AM Subject: Re: [PHP] Newbie Help (CLASS WAR!) > In artic

[PHP] Re: Global Variables -> Local Scope

2001-07-27 Thread elias
$varname = "hi!"; function read_global() { $varname = $GLOBLS["varname"]; } "[EMAIL PROTECTED]" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > How can I read in all of the global variables and give them local > scope? PLEASE HELP ME. -- PHP General Mai

Re: [PHP] my php script is very slow. help?

2001-07-27 Thread Deependra B. Tandukar
If your Database is big, avoid loops which goes to whole the DB. This is just one thought. DT - Original Message - From: "hassan xaaji" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 15:36 Subject: [PHP] my php script is very slow. help? > > > Hi all > > I

Re: [PHP] my php script is very slow. help?

2001-07-27 Thread Tom Carter
Do you have many DB queries? What is the average size of the result returned? have you tried running timing functions on it to get a measure of how long the page is taking? theres many examples on the web.. You can also use these to calculate the time for different sections.. that should help y

[PHP] intalling php as cgi on redhat7

2001-07-27 Thread Richard Kurth
I can't belive I have to ask this but I can not get it to work I am trying to get php as cgi installed on a RedHat7 box to be used with Apache. I configured it with ./configure --with-mysql did a make and then a make install every thing whet just fine. I add ScriptAlias /php/ "/usr/local/bin/php"

[PHP] php and javascript

2001-07-27 Thread Karl Phillipson
Does anyone know how to pass php variables to a javascript for processing. I have a DHTML menu system that requires variables be attached to the url contained within it. Using echo does not print the variable to the url. Is there another way? Thx in advance. Karl == Ka

Re: [PHP] php and javascript

2001-07-27 Thread Vitali Falileev
Hello Karl, Publish your code, plz. We are not wizards. :) 27 July, 2001, 14:08:05, you wrote: KP> Does anyone know how to pass php variables to a javascript for processing. KP> I have a DHTML menu system that requires variables be attached to the url KP> contained within it. Using echo does n

[PHP] FTP Resume

2001-07-27 Thread Marc Bradshaw
Is there an easy way to implement FTP Resume in PHP? I need to log into our ftp server using username/password through a proxy and resume download of a logfile. Downloading the entire thing each time would take too long. I also need to check the dates of some files. Thanks, -- Marc Brad

Re: [PHP] php and javascript

2001-07-27 Thread Daniel Rezny
Hello Karl, Friday, July 27, 2001, 1:08:05 PM, you wrote: KP> Does anyone know how to pass php variables to a javascript for processing. KP> I have a DHTML menu system that requires variables be attached to the url KP> contained within it. Using echo does not print the variable to the url. KP

Re: [PHP] hosting

2001-07-27 Thread B. van Ouwerkerk
>bandwidth/space/pop accounts, I will put up with it, until I can find a >better host with comparable features, and comparable price. This kind of cheap ISP will throw as many domains on one box as possible.. Thats how they make profit. No reason to complain if it slows down so now and then..

[PHP] another question

2001-07-27 Thread Eduardo Kokubo
Does anybody knows how to redirect a page to new window with all the vars from the old one? Can I leave a message in the old window? Thanks in advance.

Re: [PHP] another question

2001-07-27 Thread Daniel Rezny
Hello Eduardo, Friday, July 27, 2001, 1:48:01 PM, you wrote: EK> Does anybody knows how to redirect a page to new window with all the vars from the old one? Can I leave a message in the old window? EK> Thanks in advance. Use a javascript window.open() function with link with all values. --

[PHP] New Group on the server

2001-07-27 Thread Melanie
Hi! I have a php page which calls an exe through exec function. This exe add a group on the server. The problem is that I don't have the permissions to create a new group (Control Panel/ Administrative Tools/ Computer Management/...) even if I change the settings of Security for the user aimed.

[PHP] execution time

2001-07-27 Thread Pétur Björn Thorsteinsson
I have a slight problem and was wondering if anyone could help. I have a php script that runs every 30 minutes. It takes the contents of a directory (which is constantly being updated) and dumps them into a mysql database. Recently this directory has become increasingly large and the php script

[PHP] MySQL big table process

2001-07-27 Thread Plamen Slavov
Hi guys, I have a big MySQL table - about 300MB I want to get all the records from the table, make certain transformations and write them to a text file (i can not use "select into outfile...) the problem is when i type "select * from " the server hangs is there a way that i can select 1 rec

Re: [PHP] execution time

2001-07-27 Thread Plamen Slavov
You can use a standalone compiled PHP version and then You will not need a browser to execute scripts see http://www.php.net/manual/en/install.commandline.php - Original Message - From: "Pétur Björn Thorsteinsson" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday 27 July 2001

Re: [PHP] execution time

2001-07-27 Thread Wagner Tomy
http://www.php.net/manual/en/function.set-time-limit.php the set_time_limit allows you to reset the max execution time.. the manual says: When called, set_time_limit() restarts the timeout counter from zero. In other words, if the timeout is the default 30 seconds, and 25 seconds into script ex

[PHP] 2D array

2001-07-27 Thread AJDIN BRANDIC
Hi I have been trying to do this for hours now. I have a while loop (rows from mysql db) and on each pass I want to pussh a new element into a 2D array, bot always end up with the last element of the while loop. So: table mytable myname myphone myemail john 254688 [EMAIL PR

Re: [PHP] 2D array

2001-07-27 Thread Wagner Tomy
$my2darray = Array(); while($row = mysql_fetch_row($result)) { array_push($my2darray, $row); } OR: for($i = 0; $i < mysql_num_rows($result); $i++) { $row = mysql_fetch_row($result); $my2darray[$i] = $row; } Wagner Tomy Editus S.A. - Original Message - From: "AJDIN BRANDIC" <[EMAIL

Re: [PHP] 2D array

2001-07-27 Thread Slavomir Slizik
or: $my2darray[] = $row; SSL On Fri, 27 Jul 2001, Wagner Tomy wrote: > $my2darray = Array(); > > while($row = mysql_fetch_row($result)) { > array_push($my2darray, $row); > } > > OR: > > for($i = 0; $i < mysql_num_rows($result); $i++) { > $row = mysql_fetch_row($result); > $my2darr

[PHP] Destroying Session

2001-07-27 Thread Richard Baskett
Ok having a problem. If a person just surfs to a page outside of my site or types in a different url etc.. then it leaves the session intact. How can I destroy that session? Will I need to create some type of apache/linux script to delete the directory with all the sessions in it that are a cer

Re: [PHP] 2D array

2001-07-27 Thread AJDIN BRANDIC
Wag, I do not wish to push whole of the row into an array. Also I need the id of the parent array to be $myname; Ajdin On Fri, 27 Jul 2001, Wagner Tomy wrote: > $my2darray = Array(); > > while($row = mysql_fetch_row($result)) { > array_push($my2darray, $row); > } > > OR: > > for($i = 0; $

Re: [PHP] 2D array

2001-07-27 Thread Wagner Tomy
$my2darray = Array(); while(list($myname, $myphone, $myemail) = mysql_fetch_row($result)) { $my2darray[$myname] = array($myphone, $myemail); } Wagner Tomy Editus S.A. - Original Message - From: "AJDIN BRANDIC" <[EMAIL PROTECTED]> To: "Wagner Tomy" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTEC

Re: [PHP] MySQL big table process

2001-07-27 Thread Daniel Rezny
Hello Plamen, Friday, July 27, 2001, 2:04:15 PM, you wrote: PS> Hi guys, PS> I have a big MySQL table - about 300MB PS> I want to get all the records from the table, make certain transformations and write them to a text file (i can not use "select into outfile...) PS> the problem is when i type

Re: [PHP] 2D array

2001-07-27 Thread AJDIN BRANDIC
That works OK Thank you Ajdin On Fri, 27 Jul 2001, Wagner Tomy wrote: > $my2darray = Array(); > > while(list($myname, $myphone, $myemail) = mysql_fetch_row($result)) { > $my2darray[$myname] = array($myphone, $myemail); > } > > Wagner Tomy > Editus S.A. > - Original Message - > Fr

[PHP] Re: Destroying Session

2001-07-27 Thread Jonas Delfs
"Richard Baskett" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok having a problem. If a person just surfs to a page outside of my site or > types in a different url etc.. then it leaves the session intact. How can I > destroy that session? The garba

[PHP] Re: Can mysql_fetch_*() work on the resultpointer only?

2001-07-27 Thread Jonas Delfs
"Jonas Delfs" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Can mysql_fetch_*() work on the resultpointer that mysql_query() returns, > only, or does the rows have to be in the database when fetching? > I know that mysql_query() finds the specified data,

[PHP] Re: naming conventions

2001-07-27 Thread Jeremy Maziarz
Matthew, The convention I use goes as follows: [ I am doing this without testing as I go so if something is wrong, don't sue me :P ] Lets say I have two tables... PEOPLE people_id (primary key) people_namefirst people_namelast people_namemiddle people_age place_id (foreign key) PLACE place_id

[PHP] Re: session gc question

2001-07-27 Thread Jonas Delfs
"Greg Donald" <[EMAIL PROTECTED]> skrev i en meddelelse [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Is is possible to set session.gc_probability manually on a per script > basis, similar to the way error reporting is capable of being set? Yes. PHP have a standard function for setting things l

[PHP] error trapping

2001-07-27 Thread Phil Spitler
I am wondering the best way to handle error trapping with PHP. I am farmiliar with languages, ColdFusion being one, that you can use TRY and CATCH statements. Any info would be appreciated. THANKS! - Phil Spitler [Vice President] Web Hut Design, Inc. c 704-451-1324

[PHP] session tracking problem

2001-07-27 Thread Khuram Latif
Hi Sir, I have a problem in session tracking, After checking User name and password from database, I register a session as session_register("User_name"); For next page authentication, at the top of every page i check if ($HTTP_SESSION_VARS["User_name"] != "") { // Display Page Con

Re: [PHP] php and javascript

2001-07-27 Thread Sheridan Saint-Michel
I am not sure exactly what you are doing, but the thing to remember is that your PHP script is writing your HTML and JavaScript. As long as you keep that in mind it is fairly easy to see how to pass variables to JS. Here is a very simple example var foo = ""; document.w

Re: [PHP] asp to php

2001-07-27 Thread Willie Dresler Leiva
RedHat 7.1 (Linux) has a package that converts from ASP to PHP pages. I didn't use it, so I don't know if it is useful neither if it is available for Windows. Kind regards, Willie _ Seja avisado de novas mensagens do Hotmail e use

[PHP] Frames, Sessions & Search Engines

2001-07-27 Thread Jeroen Geusebroek
Hi there, I have a question about how Search Engines handle sessions and frames. Since my site uses frames, and i think search engines link to pages individualy and not the frameset, i wanted to use sessions to indicate if a user comes from a search engine (then it doesn't have a valid session)

[PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread PHP Junkie
Hi I will be having to face the dubious task of moving my PHP/MySQL-based website to another server. Can anyone out there point me to some "GOOD" documentation on this? The .php files I'm not as concerned about. I've been using the $DOCUMENT_ROOT in all of my includes. I'm more concerned

Re: [PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread Jeff Lewis
Why don't you just dump the data and structure and then use that to import it? I'm sure there is something to do in telnet but I am unfamiliar :) Jeff - Original Message - From: "PHP Junkie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 10:21 AM Subject: [PHP] M

[PHP] Re: File Upload Size Limits

2001-07-27 Thread bill
I think you need to check your Apache time limits too. Michael Conley wrote: > I am running PHP 4.0pl1 with Apache 1.3.14 on RedHat Linux 7.1. I am trying > to do a file upload from the users PC to my web server. If I do a small > file, the transfer goes fine. If I do a large file (> 50 MB),

RE: [PHP] my php script is very slow. help?

2001-07-27 Thread Jack Dempsey
Be careful with any sort of nested loops. You may not be able to avoid them, but if you nest a while loop within another while loop, and simply iterate through results, you will have quadratic running time. This isn't a big deal if you've got 20 results, but for every increase in N (size of result

[PHP] Delete

2001-07-27 Thread Jeremy Morano
Hi, im trying to delete a record from a table where the value of a field must be equal to the value of a field of another table.I know this is wrong but I need to show you what I mean. I think I'm missing a very important select statement to join them...can anyo

Re: [PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread Tim
You can just use mysqldump to copy the contents of the database to a file, and it will be easy to re-create it on the new site. - Tim http://www.phptemplates.org > I will be having to face the dubious task of moving my PHP/MySQL-based website to >another server. Can anyone out there point me

[PHP] Re: Frames, Sessions & Search Engines

2001-07-27 Thread Inércia Sensorial
Search Engines, usually, do not see individual frames. Not even Google, the (IMHO) best and largest one, do not. For example, if one page link to page.php and this page uses frames, and the search engine robot crawls to page.php, it will not index the individual frames. You can, however, e

Re: [PHP] Moving a PHP/MySQL web site ???

2001-07-27 Thread Plamen Slavov
I think that as far as you have the same version of MySQL on both servers, you can simply copy the table files, otherwise you should use mysqldump or something like that - Original Message - From: "PHP Junkie" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday 27 July 2001 ?. 5

[PHP] OK............... Yell!~

2001-07-27 Thread Nicole4Av1611
Hello, I am new at all this. Please help! I am using PHP4 on windows 98, Apache, MySql server. Apache is working fine. However when I try to view the phpinfo test page nothing happens. Should I put it in the Apache docs file??(thats were it is) Is it better to configure PHP for Apache as a scri

[PHP] e-mail confirmation #76215525

2001-07-27 Thread julie15525
This is a confirmation e-mail for your request. You can come anytime and claim your FREE Sex Toys at http://www.freevibrator.com All Free Sex Toys we feature are absolutly free with no purchase necessary whatsoever. (Small reasonable shipping charges apply) Thank You for subscribing to FreeSex

[PHP] successful error?

2001-07-27 Thread Jon Yaggie
okay i just got this error. what doe sit mean Warning: file("") - Success in /var/www/html/login/login.php on line 45 the lines of code involved are $filename = "log/userdb.txt". $list = file($filename); Thank You, Jon Yaggie www.design-monster.com And they were singing . . . '

[PHP] Grabbing data up to \n

2001-07-27 Thread Jeff Lewis
I am grabbing lines of a file using: $buffer = fgets($fd, 4096); How can I grab the line up to \n or does this do it? Like if the line is only a few characters, it will only grab up to \n? And if the line up to the \n is a huge message will I still be able to grab all of it with the 4096? J

Re: [PHP] Grabbing data up to \n

2001-07-27 Thread Wagner Tomy
$data = file("myfile"); $data = array of the lines from myfile ( they still contain the newline character ) Wagner Tomy Editus Luxembourg S.A. - Original Message - From: "Jeff Lewis" <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, July 27, 2001 5:14 PM Subject: [PHP] Grabbing

[PHP] Secure Phorum

2001-07-27 Thread ROsen
Hi, can someone help me to secure Phorum on internet server ? Thanks, Rosen -- 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] Re: File Upload Size Limits

2001-07-27 Thread Michael Conley
I increased apache to 60 seconds, but it still fails. it doesn't actually go for 60 seconds. It's more like 10 seconds before it fails. Any idea where I would allow Apache to deal with a larger POST? -Original Message- From: bill [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001

RE: [PHP] my php script is very slow. help?

2001-07-27 Thread Matthew Loff
If you're only doing one DB query per page, then the query is probably what's taking the longest. Log into mysql, and execute EXPLAIN SELECT ... ... It'll tell you how MySQL plans on performing the query across the rows of the table(s). You can use the information it provides to optimize your

Re: [PHP] successful error?

2001-07-27 Thread Jon Yaggie
okay another one we never discussed. what is this? /image_blu2.jpg is this an element? i rememeber only discussing $timage $logo $button $textmenu so what are the other ones and if you wanted to include addition elements why not tell me before. i asked you to list ALL possible element

RE: [PHP] e-mail confirmation #76215525

2001-07-27 Thread Michael Geier, CDM Systems Admin
hahahaha... -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 9:51 AM To: [EMAIL PROTECTED] Subject: [PHP] e-mail confirmation #76215525 This is a confirmation e-mail for your request. You can come anytime and claim your FREE Sex Toys at

Re: [PHP] my php script is very slow. help?

2001-07-27 Thread Unni
If you are using DB queries a lot, try to use LIMIT, this will save lot of your time. Tom Carter wrote: > Do you have many DB queries? What is the average size of the result > returned? > > have you tried running timing functions on it to get a measure of how long > the page is taking? theres

[PHP] flat file from ?

2001-07-27 Thread Gary
Hello All, I am still kinda new to php. I know how to write/create a flat file but how would I write to a flat file from a form object ? TIA Gary -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To

Re: [PHP] MySQL big table process

2001-07-27 Thread Unni
Try LIMIT in the select Plamen Slavov wrote: > Hi guys, > I have a big MySQL table - about 300MB > I want to get all the records from the table, make certain transformations and write >them to a text file (i can not use "select into outfile...) > the problem is when i type "select * from " the

[PHP] A Basic Question!

2001-07-27 Thread Unni
Hello, This is a very basic question. My server admin said, the PHP is available in the server to use it. PHP3 available in the server and PHP4 is available as CGI-Wrapper. Now my question is, how can I make use of PHP4 over riding PHP3? Thanks. -Unni -- PHP General Mailing List (http://ww

Re: [PHP] flat file from ?

2001-07-27 Thread Unni
Textarea is also a veriable Write a the file with $textVar value thats it. Gary wrote: > Hello All, > I am still kinda new to php. I know how to write/create a flat file but > how would I write to a flat file from a form object ? > > TIA > Gary > > > -- PHP General Mailing List (http:

Re: [PHP] flat file from ?

2001-07-27 Thread Sheridan Saint-Michel
Check the fwrite function. There are a couple of examples of writing flat files there. http://www.php.net/manual/en/function.fwrite.php Sheridan Saint-Michel Website Administrator FoxJet, an ITW Company www.foxjet.com - Original Message - From: Gary <[EMAIL PROTECTED]> To: <[EMAIL PR

RE: [PHP] A Basic Question!

2001-07-27 Thread Kurt Lieber
If it's set up according to defaults, a file named .php will be processed by php4 and one named .php3 will be processed by php3. You can test this out by creating two files, one with a .php extension and one with a .php3 extension. Then, just place an "echo phpInfo();" in the file and you'll see

[PHP] Payflow Pro Problems

2001-07-27 Thread Brandon Orther
Hello, I am trying to get the Payflow pro library compiled with PHP and am having any problems. When I compile it without shared it gives me a -8 error or SSL connection error. If I try to compile it with shared it gives me undefined function error. Anyone have an helpful tips? Thank you, --

[PHP] Site Statistics, like the Counter.com

2001-07-27 Thread John Monfort
Hello everyone, I'm looking for a PHP/MySQL script that keeps traffic stats, similar to what the Counter.com script offers. Do you know where I can one that offer the following features? The ideal script would: -track user domain and IP -track page viewed -provide a graphical display o

Re: [PHP] A Basic Question!

2001-07-27 Thread Unni
Hi Hth, I just tried two programs with the same name to display echo phpinfo(). One with php3 extention and another with php extention and both brings in php 3.0.12 Is there anything else I should check? Thanks in advance. -Unni Kurt Lieber wrote: > If it's set up according to defaults, a fi

[PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread Kyle Smith
Can everybody please send me a simple script they have made it doesnt matter what, i just need some material to learn from, i learn better hands on. -legokiller666- http://www.StupeedStudios.f2s.com New address new site ICQ: 115852509 MSN: [EMAIL PROTECTED] AIM: legokiller666

RE: [PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread Brandon Orther
I can send you one if your subject calms down. Thank you, Brandon Orther WebIntellects Design/Development Manager [EMAIL PROTECTED] 800-994-6364 www.webintellects.com -Original Message- From: Ky

Re: [PHP] Please Please Pleeeeaaaaaaaaaasssssssseeeeeee

2001-07-27 Thread John Monfort
got to www.hotscripts.com download anything you want. __John Monfort_ _+---+_ P E P I E D E S I G N S www.pepiedesigns.com "The world is waiting, are you ready?" -+___+- On Fri, 27 Jul 2001,

[PHP] PHP Upload breaks session

2001-07-27 Thread Dan Harrington
Hello people, I am wondering if this is a bug or even something that anyone has noticed before. When I upload a file using PHP, it seems to break sessions. The session ID is still around, the session variables are still in the session files, but when trying to go to another page linking off th

[PHP] PHP mail() function

2001-07-27 Thread Kevin Leavell
mail0 is sending mail that can't be received by aol or my local isp. That same mail can be received by other sites on that same server. The mail doesn't bounce but I am getting a few DSN errors in my maillog. My site is hosted at a major hosting company. Funny enough, when the scripts were run

Re: [PHP] PHP mail() function

2001-07-27 Thread Mark Maggelet
On Fri, 27 Jul 2001 11:11:57 -0600, Kevin Leavell ([EMAIL PROTECTED]) wrote: >mail0 is sending mail that can't be received by aol or my local isp. > That >same mail can be received by other sites on that same server. The >mail doesn't bounce but I am getting a few DSN errors in my maillog. it so

[PHP] array through url?

2001-07-27 Thread DrWebPat
Is it possible to send an array of numbers into a php file through a url? Like if I have a file that adds numbers together, could I send it www.domain.com/add.php?num=2,3,4,5 $num would be an array. Thanks, Pat

Re: [PHP] Payflow Pro Problems

2001-07-27 Thread Mark Maggelet
On Fri, 27 Jul 2001 09:31:50 -0700, Brandon Orther ([EMAIL PROTECTED]) wrote: >Hello, > >I am trying to get the Payflow pro library compiled with PHP and am >having any problems. When I compile it without shared it gives me a >-8 >error or SSL connection error. If I try to compile it with shared

[PHP] mail function problem

2001-07-27 Thread Emiliano Marmonti
Dears: I have a problem using mail function under the default IIS's SMTP. Appears an error, something like: Unknown error in line 3 Line 3 only have the instruction mail ("[EMAIL PROTECTED]","[TEST] Hola","Mensaje de Prueba"). I have tested the use of this function using another

Re: [PHP] array through url?

2001-07-27 Thread Mark Maggelet
On Fri, 27 Jul 2001 14:21:41 EDT, ([EMAIL PROTECTED]) wrote: >Is it possible to send an array of numbers into a php file through a >url? >Like if I have a file that adds numbers together, could I send it > >www.domain.com/add.php?num=2,3,4,5 > >$num would be an array. on the next page just go: $

RE: [PHP] array through url?

2001-07-27 Thread Johnny Nguyen
that's the same as $num = "2,3,4,5"; $num is a string. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Friday, July 27, 2001 11:22 AM To: [EMAIL PROTECTED] Subject: [PHP] array through url? Is it possible to send an array of numbers into a php file through a

Re: [PHP] PHP Upload breaks session

2001-07-27 Thread Bill Catlan
> When I upload a file using PHP, it seems to break sessions. Hi Dan, No direct experience of this myself, but I was researching this functionality and came across the below recent bug report in the archives. I think it speaks to your issue. I also included my post to the php-dev list, in case

RE: [PHP] array through url?

2001-07-27 Thread Boget, Chris
> Is it possible to send an array of numbers into a php file > through a url? > Like if I have a file that adds numbers together, could I send it > > www.domain.com/add.php?num=2,3,4,5 > > $num would be an array. > > Thanks, > Pat >

RE: [PHP] array through url?

2001-07-27 Thread Boget, Chris
> Is it possible to send an array of numbers into a php file > through a url? > Like if I have a file that adds numbers together, could I send it > www.domain.com/add.php?num=2,3,4,5 > $num would be an array. Sent that last one out prematurely... sorry... Take a look at the serialize() and ur

  1   2   >