[PHP] crypt/Password

2002-02-03 Thread Phil
back to a form recognisable to the user? Thanx in advance Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] crypt/Password

2002-02-03 Thread Phil
word to them, and then > allow them to change the password on your site to something easier to > remember... > > Jeff > > At 11:56 PM 2/3/2002 +0800, Phil wrote: > >Hi there, > >I'm creating a user/password table that will use either Mysql Password or > >PHP

[PHP] Web Based PHP Content Manager Problems

2001-03-22 Thread Phil
e, is that my server thinks I am a 'nobody' and so when I submit the file changes I get permissions error. Everything works fine with all of the different programs I've tried; if I simply give everybody write access to the file, but that is not an option. Any help would be greatly apprec

[PHP] Cant load MSSQL extension (Win, PHP, Apache)

2001-08-05 Thread Phil
Hi everybody, If I edit the php3.ini and activate a extension, I can see the effect with the function phpinfo(). This works with all extensions, exept mssql.dll and mssql70.dll. What am I doing wrong?? I dont think this is a general problem!! And, ladies and gentleman, I need help... thx!! --

[PHP] AW:How can I unsubscribe?

2001-08-15 Thread Phil
Hey, I deleted the instruction mail... content was besides other topics how I unsubscribe a mailing list... Knows anybody the code? -- 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

[PHP] AW:How can I unsubscribe?

2001-08-15 Thread Phil
Hey, I deleted the instruction mail... content was besides other topics how I unsubscribe a mailing list... Knows anybody the code? -- 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

[PHP] Where do I get the DLL php_mssql70.dll?? Please help...

2001-08-22 Thread Phil
Hey everybody, I'm trying to connect a mssql db, but cant't even load the extension for mssql Where do I get the file php_mssql70.dll (php4)? Thanks everybody! Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional c

[PHP] Cant load dynamic library.... whats up?

2001-08-22 Thread Phil
uot; I even placed the dlls for all the extensions in: - c:\programs\php - c:\programs\extensions - c:\windows\ - c:\windows\system But ist doesn't work. Thanks everybody! Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additio

[PHP] PHP & image rollovers question...

2002-01-15 Thread Phil Schwarzmann
cript. I'm using 'echo' to display my data. Any help?? Thanks so much! -Phil baltimore

[PHP] querying results already queryed once before

2002-01-15 Thread Phil Schwarzmann
Dumb question: How do I query results from a MySQL that I've already queried once before in the same page? Here is my code: // querying the database for the first time. $query = "select * from table where thingA = $searchA"; $result = mysql_query ($query); // now I want to query my results I j

[PHP] Another question - not exactly what i was looking for

2002-01-15 Thread Phil Schwarzmann
Yo, thanks for all your help. But it isn't exactly what im looking for. Let's say you had a database with the following four columns... -LastName -FirstName -Age -Weight ...and you wanted a page that would allow a user to search for one or more of these fields within the database. It would be

[PHP] mysql_fetch_row - how do I fetch a specific row?

2002-01-16 Thread Phil Schwarzmann
After I make a queryhow do I fetch a specific row from that query ?? Thanks!

[PHP] PHP Security - "view source code"

2002-01-16 Thread Phil Schwarzmann
How easy/hard is it to view the PHP source code when you're at website? I noticed when I was using Internet Explorer, if I pressed "view source"...it would show the HTML but not the PHP. -Phil

[PHP] AUTO_INCREMENT problems

2002-01-17 Thread Phil Schwarzmann
I have an exsisting table without any rows. I tried to add a new column to it and make it an "auto increment" column. But when I do I get this... ALTER TABLE patients CHANGE id id MEDIUMINT (9) DEFAULT not null AUTO_INCREMENT MySQL said: You have an error in your SQL syntax near '' at line

[PHP] "Unable to Jump Row" ?!?

2002-01-17 Thread Phil Schwarzmann
I keep getting this damn error message from MySQL even though it displays the correct results. Here is the error... Warning: Unable to jump to row 1 on MySQL result index 2 in /blahblahblah/patient/display_search_results.php on line 39 Here is the code on line 39 $d = mysql_result($result,

[PHP] "Unable to Jump Row" ?!? <-- NEVERMIND

2002-01-17 Thread Phil Schwarzmann
..I figured it out.

[PHP] Session Time Out - Question

2002-01-18 Thread Phil Schwarzmann
I've noticed that the user sessions automatically time out after X amount of minutes without me putting any extra code in the scripts. How do I set the amount of time before the sessions time out? I've looked all over my 3 books on PHP/MySQL and haven't found a damn thing Thanks!

[PHP] 'include' & anchors

2002-01-20 Thread Phil Schwarzmann
I want a script to go to an anchor in an html page This doesn't seem to work include "blah.htm#anchor"; how is this possible Thanks! Phil in baltimore P.S. Pittsburgh sucks Bill Gates' balls.

[PHP] MySQL queston - Which row does it put your info into?

2002-01-24 Thread Phil Schwarzmann
When Im adding rows into my MySQL database using PHP, it seems to put them in random places in the database. Sometimes at the beginning, sometimes at the end, sometimes in the middle of the database. Why is it doing this? Thanks for your help!!

[PHP] Dual Pentium Pro 200 vs. Single Pentium II 450

2002-01-24 Thread Phil Schwarzmann
I have two PCs, one is a Dual Pentium Pro 200Mhz and the other is a Pentium II 450Mhz (both have 64MB) I want to set one of them up using Linux Red Hat 7.2, Apache, MySQL, and PHP. I only plan to have about 1-3 users accessing it at any one time. Which of those CPUs do you think is better? W

[PHP] MySQL query question

2002-01-24 Thread Phil Schwarzmann
Okay, so when I INSERT a row of information into a MySQL database, I don't want it to place it at the first empty row it findsI want it to put it after the very last exsisting row. One of the fields of the database is an AUTO_INCREMENT type, so Im assuming Im gonna use that in the query. How

[PHP] What if 1,000 people access the database at one time?

2002-01-25 Thread Phil Schwarzmann
So let's say Bill is accessing a MySQL table and is about to UPDATE some information on a particular row. Meanwhile, Al is doing a sort on that same table. Couldn't Al's sorting possibly screw up Bill's updating?? Or does MySQL have some built in functions that prevent this? Thanks! Phil

[PHP] HTML lists & PHP

2002-01-28 Thread Phil Schwarzmann
I keep getting parse error with this code: ($teams[] is a big array that I got by using mysql_fetch_array) $r = "game"; echo ""; echo "$teams[$r.'1']"; echo "$teams[$r.'16']"; echo ""; Im trying to make a dropdown list. Here is the error message: Parse error: parse error, ex

[PHP] classes & $this->

2002-02-01 Thread Phil Schwarzmann
Can anyone direct me to a nice site that will take my hand and walk me through the basics of classes and $this-> Ive written a few really good PHP sites and haven't had to use either of the two and Im sure Im missing out on some essentials to good coding. Thanks!

[PHP] IE vertical scrollbars changing color

2002-02-12 Thread Phil Schwarzmann
I know this is probably a HTML question and not a PHP question but... I just upgraded to Internet Explorer 6.0 and I noticed that some websites have the ability to change the vertical scrollbar's colors. Anybody know how to do this?? Thanks!!

[PHP] character replace function

2002-02-14 Thread Phil Schwarzmann
I need a function that will erase a particular character in a string. Any ideas?!? THANKS

[PHP] no-cache headers

2002-02-18 Thread Phil Ewington
a refresh of the browser is performed. Have I done something wrong or are headers not very reliable in PHP? TIA --- Phil Ewington - Technical Director --- 43 PLC 35 Broad Street, Wokingham Berkshire RG40 1AU

[PHP] PHP and Paypal: no cURL

2002-02-28 Thread Phil Solomon
Hi There, Could anyone suggest where I can get a workaround script to handle postback variables to Paypal with PHP? I was all set to use cURL but now I've been told that the host hasnt and wont install it with their PHP. Thanx in advance Phil -- PHP General Mailing List (http://www.ph

[PHP] explode() - quick question

2002-03-13 Thread Phil Schwarzmann
Im trying to take this string, "hello", and explode it into an array with each cell in the array containing one character. $array[0] = 'h' $array[1] = 'e' etc.. How does this work? When is use... $character = explode('', $string) or $character = explode($string) ...it doesn't seem to work

[PHP] include() question

2002-03-14 Thread Phil Schwarzmann
Why doesn't this work... include("index.php?var='$var'); I want to include a page in my code and send a variable to it but I get some funky error. THANKS!!

[PHP] `XtOffsetOf' redefined messing up 4.1.2 build

2002-03-14 Thread Phil Glatz
I'm trying to build PHP 4.1.2 with an existing static Apache 1.3.23 installation, and am having some resolution problems I haven't seen before. This is on a dusty old Free BSD 2.2.2 system, but I was able to build 4.1.1 with no problems with the same configuration. It uses gcc version 2.7.2.1

[PHP] problems with 4.1.2 build

2002-03-16 Thread Phil Glatz
I'm trying to build PHP 4.1.2 with an existing static Apache 1.3.23 installation, and am having some resolution problems I haven't seen before. This is on a dusty old Free BSD 2.2.2 system, but I was able to build 4.1.1 with no problems with the same configuration. It uses gcc version 2.7.2.1

[PHP] Two easy HTML/CSS questions

2002-03-18 Thread Phil Schwarzmann
I know I shouldn't be asking these questions on this mailing list but you guys are ALWAYS EXTREMELY helpful... 1) I want a a text link to change color when the mouse is hovering over top of it. How do I do this? Im sure it's some CSS thingy. 2) Is it possible to make a "text field" smaller w

[PHP] Weird error...

2002-03-22 Thread Phil Schwarzmann
What does this error mean?? Fatal error: Allowed memory size of 8388608 bytes exhausted at zend_language_scanner.c:4248 (tried to allocate 9 bytes) in /blah/blah/afteradmin2.php on line 37 here is line #37... $usertemp = mysql_result($result_all, $i, "username"); THANKS!!!

[PHP] URL information into a variable

2002-03-22 Thread Phil Schwarzmann
How do I take the current URL and turn it into a variable? THANKS!! Phil

[PHP] question - display rows

2002-03-22 Thread Phil Schwarzmann
When I want to display a table onto the screen I use this code $query = "SELECT * FROM database"; $result = mysql_query($query); $num_rows = mysql_num_rows($result); for ($i = 0; $i < $num_rows; $i++) { $field1 = mysql_result($result, $i, field1); $field2 = mysql_result($result, $i, field2);

[PHP] accessing a mysql column by number

2002-03-27 Thread Phil Schwarzmann
Is there a way to access a column in Mysql just by using a number? Like if you had three columns called "column1", "column2", and "column3" and I wanted to access column3 just by using the number 3 Thanks! Phil

[PHP] Copying Column names into a row

2002-03-27 Thread Phil Schwarzmann
Is there a way to copy the column names in a MySQL table into a row ? Thanks!

[PHP] variables within variables - question

2002-03-27 Thread Phil Schwarzmann
Im having a VERY hard time trying to explain this Here is a bit of my code... for ($i = 0; $i < $num_fields; $i++) { $field = mysql_field_name($result, $i); $field2 = "<".$field; $output = str_replace($field2, $field), $output); } The problem I'm having here is that the variable $fiel

[PHP] save page to DB

2002-04-01 Thread Phil Solomon
state it was left? It will not ever be necessary for all the individual fields to be saved, only a few key totals will be eventually stored if a quote is finalised so I am looking for a quick way of storing the page if the quote is in progress and has to be left, Phil -- PHP General Mailing

[PHP] mysql_fetch_array()

2002-04-05 Thread Phil Ewington
event_id & event_title from the row. I am using PHP 4.01. TIA Phil Ewington. --- P.S. If there are any ColdFusion developers on this list, what is the PHP equivalent of a structure? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] mysql_fetch_array()

2002-04-05 Thread Phil Ewington
)) { $a = "date_" . $row["event_date"]; $$a = array($row["event_id"], $row["event_title"]); } if ($date_2002-04-15) { do_something(); } Any comments will be greatfully received. Phil. > -Original Message- > From: Jason Wong [mail

[PHP] MySQL - UPDATE & INSERT

2002-04-05 Thread Phil Schwarzmann
Is this query legal? $query = "UPDATE table SET (var1, var2, var3) VALUES ($var1, $var2, $var3) WHERE username='$username'"; Im wondering cause I have an INSERT query $query = "INSERT INTO table (var1, var2, var3) VALUES ($var1, $var2, $var)"; ...but only there are like 150 diffe

[PHP] MYSQL maximum query size?

2002-04-05 Thread Phil Schwarzmann
Is there a maximum number of characters you can use in a query? I have a giant query using the UPDATE command (updating about 120 different columns). I run this query of mine and nothing happens. No errors. No updates either. Thanks!! Phil

[PHP] fwrite() - problems....

2002-04-08 Thread Phil Schwarzmann
I have a large string that I want to written to a new file. Let's say the string contains the characters, "hello!" and I want the filename to be "hello.txt" Here is the code I have... $filename = "hello.txt"; $outputstring = "hello"; fwrite($filename, $outputstring); ...and of course it

[PHP] variable question...

2002-04-15 Thread Phil Schwarzmann
I do this?? The code I just wrote will not print out "Hello!" THANKS!!! Phil

[PHP] Need to read CGI script in TCL, evaluate and display contents in Safe-Mode

2002-04-16 Thread Phil Powell
en in Perl), which will be a menubar, into the PHP file? I cannot use backticks, system() or passthru() because the remote system is running in safe mode and I am not allowed to change that. What do I do? Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit:

[PHP] PHTML - anyone know anything about this?

2002-04-16 Thread Phil Powell
Anyone out there ever work with .phtml files?? Especially in trying to include CGI scripts into .phtml files? Need some help here if possible Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Screen Scraping using PHP

2002-04-16 Thread Phil Powell
I am having to do a remote URL screen scrape using PHP in "safe-mode". What do you recommend I do? Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Session Variables

2002-04-16 Thread Phil Powell
r vars into session session_register("username"); // Setting values for session vars. $HTTP_SESSION_VARS["username"]=$HTTP_POST_VARS["username"]; // Referring a session info to another PHP. echo "text"; Thanx!! Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] How do I handle file uploading for several files at one time?

2002-04-18 Thread Phil Powell
pache\htdocs\webmissions\picupload\miss_pic_upload.php on line 82 Possible file upload attack. Filename: What I need to know is, what did I do wrong? I need to be able to move 1-5 submitted files at one time but I can't find any documentation on php.net that handles such an exotic piece of co

[PHP] How to create, name and start PHP sessions

2002-04-18 Thread Phil Powell
a session variable upon successful login, problem is, the session_name() never changes it always remains the default PHPSESSID what am I doing wrong now? I fixed the problem with multiple files, that was bizarre! Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Phil Powell
with five type form elements Once submitted you will be at a "thank-you" page and files uploaded, but then the session is gone (session_name is back to PHPSESSID again) What do I do to keep it? I cannot use cookies and putting it in the URL? Phil "Michael Virnstein" <[EMA

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Phil Powell
ggedIn"); $name = session_name(); session_start(); $HTTP_SESSION_VARS["username"] = $username; $HTTP_SESSION_VARS["ip"] = $REMOTE_ADDR; // To prevent session stealing } I am completely confused! Phil "Michael Virnstein" <[EMAIL PROTECTED]> wrote in

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Phil Powell
ggedIn"); $name = session_name(); session_start(); $HTTP_SESSION_VARS["username"] = $username; $HTTP_SESSION_VARS["ip"] = $REMOTE_ADDR; // To prevent session stealing } I am completely confused! Phil "Michael Virnstein" <[EMAIL PROTECTED]> wrote in me

[PHP] Re: How to create, name and start PHP sessions

2002-04-18 Thread Phil Powell
session_register("login_state"); header("Location: http://"; . $HTTP_HOST . $PHP_SELF); You can see I am going to be a big problem :( Phil "Uchendu Nwachukwu" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... &

[PHP] How long does a session last? Need to have it at 20mins

2002-04-18 Thread Phil Powell
so of use. How can I assure that the session will expire after 20 mins? Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] bulletin board algorithm in php - how to write one?

2002-04-24 Thread Phil Schwarzmann
I want to write a simple bulletin board in PHP. I want to use the typical parent-child (it's sorted by both date AND thread) type of bulletin board you see often on other websites. But I just can't figure out how to write some simple code to do this and keep track of all the threads. Any idea

[PHP] Using function in PHP script n DOCROOT in PHP script in subfolder

2002-05-10 Thread Phil Powell
o be able to use the one PHP script in the DOCROOT for every PHP script in every subfolder, how is this done? Thanx Phil -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Using function in PHP script n DOCROOT in PHP script in subfolder

2002-05-11 Thread Phil Powell
Found a MUCH MUCH simpler solution that works across the board.. change $HTTP_HOST to $DOCUMENT_ROOT and it works! Phil "Analysis & Solutions" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Phil: > > On Fri, May 10,

[PHP] PHP can't access txt files (but TCL can..??)

2002-05-11 Thread Phil Powell
\n\n"; } } ?> No matter what I do, however, the file cannot be accessed if it exists and causes damage galore. Can anyone out there help me figure out what I did wrong; I'm completely stumped and may have to rewrite this portion of the chatroom in TCL, all of my TCL scripts have h

Re: [PHP] PHP can't access txt files (but TCL can..??)

2002-05-11 Thread Phil Powell
Swell, I found the error, and it was a STUPID one.. I misconfigured fread()! Thanx though Phil TCL 1, PHP 2 - Original Message - From: "Lars Torben Wilson" <[EMAIL PROTECTED]> To: "Phil Powell" <[EMAIL PROTECTED]> Cc: <[EMAIL PROTECTED]> Sent: Satu

[PHP] Done w/ PHP - VB or C# ?

2002-05-15 Thread Phil Schwarzmann
I know I'll get mauled big-time on this mailing list but I'm thinking about putting PHP on hold for a while and learning ASP.NET I love PHP and open-source computing but if one wants to get a job in web development, you'll have a much better time find a job with both PHP and ASP (among others) s

[PHP] mail() function

2002-05-29 Thread Phil Schwarzmann
I want to write a simple script that sends an e-mail message using PHP. I'm assuming that my web-host has the mail function hooked up to the e-mail server (should I be assuming this or should I assume that it's NOT hooked up?). What is the syntax for this command? something like this... ? (

[PHP] mail() function is successful but page hangs

2002-05-29 Thread Phil Schwarzmann
So it looks as if the mail() function seems to work for me but whenever the script is executed, it web page just hangs! Why do you think the web page keeps hanging up (after a couple minutes the user eventually gets a 'page not found' error - at least i think that's the error), but the script st

[PHP] Why does the mail() function hang ?!?

2002-05-31 Thread Phil Schwarzmann
I'm using the mail() function, it sends the message properly but the page hangs. Has anyone else had this problem? I'm not trying to send any bulk mail, just one message to one mailbox. Thanks!!

[PHP] Array question - Finding the name

2002-06-07 Thread Phil Schwarzmann
Let's say I have an array... $my_array[] = array('bob' => $x, 'jim' => $y, 'mike' => $z); Now I want to find the name of the second element in the array (I want my result to be 'jim') How do I do this? I think I might have to use the key() function but I can't quite get it to wkr. Thanks!

Re: [PHP] Array question - Finding the name

2002-06-07 Thread Phil Schwarzmann
ther. and key() isn't exactly what i want either.. >>> [EMAIL PROTECTED] 06/07/02 10:53AM >>> On Friday 07 June 2002 22:16, Phil Schwarzmann wrote: > Let's say I have an array... > > $my_array[] = array('bob' => $x, 'jim' => $y, &#

[PHP] mail() function hangs

2002-06-10 Thread Phil Schwarzmann
Whenever a user runs the mail function, an e-mail messsage is sent properly but the page just hangs. Has anyone else had this problem?

[PHP] multi-line textfields don't post

2002-06-10 Thread Phil Schwarzmann
Whenever I use a mult-line textfield, the data inside doesn't transfer over. But single-line textfields work just fine. how do i fix this?

[PHP] while...

2002-06-12 Thread Phil Reid
l ("[EMAIL PROTECTED]", "James Laird Website Order", $message); If anyone can be of assistance it would be very much appreciated. Regards, Phil Reid

[PHP] Creatng a PHP chatroom

2002-06-12 Thread Phil Powell
I am intrested in creating a chatroom entirely in PHP involving streaming text. Where can someone help me to find such a means of doing so? Thanx Phil http://valsignalandet.com

[PHP] php server on Windows

2002-06-13 Thread Phil Schwarzmann
So I'm thinking about setting up a little php/mysql web server here at work and want to use Windows as my platform instead of Linux and have a couple questions... I know that PHP on Windows has some limitations as compared to Linux. What are these limitations? Which version of Windows would b

[PHP] PHP Installation Win98/Apache error....

2002-06-14 Thread Phil Schwarzmann
So I'm trying to install PHP on win98 with Apache2. I got these nice instructions from... http://www.webmasterbase.com/article.php?pid=30&aid=525 After I make the following addition to my httpd.conf file, I get an error when I try to start Apache again... ADDITION TO HTTPD.CONF: LoadModule

[PHP] phpmyadmin - moving data from one database to another

2002-06-18 Thread Phil Schwarzmann
The lazy and worthless a-holes at www.infinitehost.com (my host server) are forcing me to move all my MySQL data from one server to another because they are too dumb to fix it. I need to use phpmyadmin to move the data but i'm not %100 sure how to do it. There are some "view dump" commands. It

[PHP] setting up a php/mysql server on linux

2002-06-18 Thread Phil Schwarzmann
I'm a Linux newbie. I just installed Linux Red Hat 7.2 successfully. I have some instructions to install php/mysql/apache and have a couple questions... Which is better, GNOME or KDE? I seem to like the feel of KDE better. Does Apache or php or mysql already come preloaded on Linux Red Hat?

[PHP] linux redhat rpm packages

2002-06-18 Thread Phil Schwarzmann
What exactly are these linux redhat rpm packages? Is this an 'easier' way to install mysql/php ??

[PHP] php server - ive installed linux red hat 7.2 — now what?!?

2002-06-18 Thread Phil Schwarzmann
okay, so I've installed linux red hat 7.2 and it's working well! ive heard that php/apache/mysql comes preinstalled with red hat. what do i need to do to get php/mysql up and running? also, how do i figure out my linux box's IP address? ipconfig doesn't work hehe. Thanks for your time!!!

[PHP] linux: how can I check if php/mysql is working properly?

2002-06-18 Thread Phil Schwarzmann
i have some php files in /var/www/html/ and none of the php is working properly. all i've done so far is installed Linux Red Hat 7.2 and php/mysql/apache is supposedly already installed with Redhat. How do I get this stuff configured? Anyone have a nice link?

[PHP] Linux Redhat 7.2 & PHP with a formatted PC - Need some help

2002-06-18 Thread Phil Schwarzmann
I have a nice formatted PC & Linux Redhat 7.2 that I got at a local retail store for $60. All I want this PC to do is be a PHP/MySQL server and also be a FTP server. I've seen various complicated (complicated cause i'm new to linux) detailed instructions to installed php/mysql/apache but

Re: [PHP] Linux Redhat 7.2 & PHP with a formatted PC - Needsome help

2002-06-18 Thread Phil Schwarzmann
They are all on your cd. -Rasmus On Tue, 18 Jun 2002, Phil Schwarzmann wrote: > I have a nice formatted PC & Linux Redhat 7.2 that I got at a local > retail store for $60. > > All I want this PC to do is be a PHP/MySQL server and also be a FTP > server. > > I've seen v

[PHP] URGENT

2002-06-18 Thread Phil Reid
;WHERE username='$username'"; mysql_query( "$sql"); I need to get it working NOW! I will be very grateful if I receive the same level of help as before. Thanks a lot. Phil Reid

[PHP] Red Hat & PHP

2002-06-20 Thread Phil Schwarzmann
I'm trying to install a PHP server on Linux Red Hat 7.3 I have a reformatted PC and some burned disks of RH 7.3 that my CD-ROM won't detect when it reboots. How do I get RH 7.3 loaded? I've tried using the rawrite.exe function but it always hangs at a DOS prompt when I run this file. Thanks

[PHP] include() question...

2002-06-20 Thread Phil Schwarzmann
Okay, let's say I want to send a user to a certain webpage... usually I would use... include("website.php"); but, if i want to send a user to a website along with a variable like... $temp = "website.php?var=".$var; include($temp); ...this doesn't work. any suggestions?? THANKS!!

[PHP] Current date & time in MySQL datetime format

2002-06-22 Thread Phil Schwarzmann
I want to produce the current date & time in a MySQL datetime format that I can then put into a MySQL database. How do I do this? I've tried mktime() and getdate() but it's not working. Thanks!!

[PHP] UPDATE mysql

2002-06-22 Thread Phil Schwarzmann
I can't get UPDATE to work properly when querying MySQL. $query = "UPDATE $table SET field1='$var1' WHERE id='$id'"; I want to update one field of one row in a table. Is this syntax correct?

[PHP] === and @

2002-06-23 Thread Phil Schwarzmann
What exactly happens when you put three equal-signs together instead of just one or two? I've seen this in other people's code, then search php.net and found nothing. Also, what happens when you put a @ thingy in front of a function? Does it surpress the errors? Thanks!!

[PHP] copying the structure of a blank table in mysql

2002-06-23 Thread Phil Schwarzmann
Anyone have a link (or the code) to copy the structure of a blank table to a new table using mysql? Thanks!!

[PHP] rounding a number

2002-06-23 Thread Phil Schwarzmann
I want to round a number to the nearest decimal place... if the number is 4.623, I want it to display 4.6 if the number is 2.36, I want it to display 2.7 Is there a function that does this? round(), ceil(), floor() don't do this and I've checked through all the math functions in my handy-dandy

[PHP] imagecopyresized() problems

2002-06-24 Thread Phil Ewington
stImageName, 75); imagedestroy($destImage); All that happens is that I get an identical copy of the image, and not a resized one. TIA Phil Ewington. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] PHP server error...

2002-06-24 Thread Phil Schwarzmann
Okay, I am a total pussy and gave up on Linux to run my PHP server. I'm back to Win98, and everything is working fine except... For some reason, anytime I have a script that tries to set/access a session variable, I get this error Warning: open(/tmp\sess_slkfjsdkjfljfk, O_RDWR) failed: m

[PHP] finding the highest primary key in a table

2002-06-24 Thread Phil Schwarzmann
I want to find the number of the highest primary key in a particular MySQL table. I could do something like... $query = "SELECT id FROM table"; ...then run the query, then create a loop and check all the ID's (primary key) for the highest... ...but that seems like way too much. Any ideas ??

[PHP] what is wrong with this simple query?

2002-06-24 Thread Phil Schwarzmann
Here is my code... $query = "SELECT max(id) FROM bc_topic"; $result = mysql_query($query); $temp = mysql_result($result, 0, "id"); <- this is line 8 echo $temp[id]; Here is the error I get ... Warning: id not found in MySQL result index 2 in /.../upload2.php on line 8 What am I doing wrong he

[PHP] php not remembering a session

2002-06-25 Thread Phil Schwarzmann
I just setup php/apache/mysql on a win98 machine and everything is working great except session control. It won't record a session or any session variables. Everything else is working well. It was giving me an error because i didn't have a tmp folder on the root of my C drive. Now I don't

[PHP] upgrading phpmyadmin...

2002-06-25 Thread Phil Schwarzmann
Is it pretty easy to upgrade phpmyadmin from 2.1 to the latest version? Anyone run in to any difficulty?

[PHP] I changed my root password and now can't connect to MySQL

2002-06-25 Thread Phil Schwarzmann
Okay, so I changed my root password using this command C:\> C:\mysql\bin\mysql mysql mysql> DELETE FROM user WHERE Host='localhost' AND User=''; mysql> QUIT C:\> C:\mysql\bin\mysqladmin reload C:\> C:\mysql\bin\mysqladmin -u root password my_password Then I went into my dbconnect.inc file

[PHP] logging onto phpmyadmin

2002-06-26 Thread Phil Schwarzmann
now that I put a root password on mysql, I can no longer log onto phpmyadmin. It mentions something about the lib.inc file, it looks like I need to edit the file and add in my new username/password. But when I open lib.inc, it looks like a bunch of garbage on the screen, it's not normal text. W

[PHP] server security

2002-06-26 Thread Phil Schwarzmann
Okay, so with the help of all you, I have successfully set up a php server with apache/mysql on windows 98. THANK YOU!! What else can I do to make this server secure? What is this SSL business all about? Any extra programs I should add that might help? Thanks!!

[PHP] uploading a file

2002-07-01 Thread Phil Schwarzmann
anyone have some code they can send me that will successfully upload a file? I've got all the HTML correct, it's just that my PHP code ain't working. Thanks! Phil

[PHP] uploading a file - here is the error message...

2002-07-01 Thread Phil Schwarzmann
Here is the error I'm receiving when attempting to upload a file Warning: Unable to create 'temp/test.txt': Permission denied in /home/.../www/website/upload3.php on line 11 ..could it be that my web host isn't giving me permissions to upload files ?

  1   2   3   >