[PHP] passing variables to a sql statement

2003-01-18 Thread jennifer
i get: Warning: Supplied argument is not a valid MySQL result resource in /home/villany2k1/www.villany2k1.com/htdocs/projects/projects_descrip.php on line 11 here is my code: descrip; echo(""); echo("" . "$foo" . " | "); echo(""); } ?> thanks in advance, jennifer

[PHP] connecting to a txt file - newbie

2002-10-10 Thread jennifer
really appreciate it. thanks so much jennifer ([EMAIL PROTECTED]) -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Sessions

2001-04-29 Thread Jennifer
ed to work? Jennifer -- 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] session_register()

2001-05-02 Thread Jennifer
value? session_register should return true if the variable was successfully registered? The variable name and it's value should be written to the file with the same name as session_id()? Jennifer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additiona

Re: [PHP] session_register()

2001-05-02 Thread Jennifer
"Johnson, Kirk" wrote: > > > -Original Message- > > From: Jennifer [mailto:[EMAIL PROTECTED]] > > Do you need to register a variable with the session before you > > assign it a value? > > Not in my experience. > > > ses

Re: [PHP] session_register()

2001-05-02 Thread Jennifer
at already. The file is empty. Jennifer > "Johnson, Kirk" wrote: > > > > > -Original Message- > > > From: Jennifer [mailto:[EMAIL PROTECTED]] > > > Do you need to register a variable with the session before you > > > assign it a value?

[PHP] Working with numbers

2001-05-02 Thread Jennifer
would make it easy. Jennifer -- 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] session_register()

2001-05-03 Thread Jennifer
This is bad, bad, bad. I tried using another browser as you suggested (since I was using Netscape 4.7) and the session_register worked. I still got different results than you though. Read throughout for more comments. "Johnson, Kirk" wrote: > > Jennifer, there are at least t

Re: [PHP] Working with numbers

2001-05-03 Thread Jennifer
Christian Reiniger wrote: > > On Thursday 03 May 2001 08:53, Jennifer wrote: > > > I have a shopping cart that allows decimal points for quantities. > > I like it like that, but would like to remove any trailing zeros > > and if the quantity is not a fraction

Re: [PHP] session_register() - Netscape workaround?

2001-05-05 Thread Jennifer
"Johnson, Kirk" wrote: > > > -Original Message- > > From: Jennifer [mailto:[EMAIL PROTECTED]] > > Subject: Re: [PHP] session_register() > > > > 1. What browser are you using? I, and others, have seen > > erratic results with > >

Re: [PHP] session_register() - Netscape workaround?

2001-05-05 Thread Jennifer
Jennifer wrote: > I thought of a workaraound for Netscape and would like some > feedback on how to do it and whether it is a good idea. > > I manually edited the session file and Netscape was able to read > the variable on subsequent pages. It just can't seem to write >

[PHP] fopen failing to connect

2002-05-15 Thread jennifer
: Warning: php_hostconnect: connect failed in /usr/local/apache/htdocs/514parser.php on line 135 Warning: fopen("http://www.thedeal.com/NASApp/cs/ContentServer?pagename=TheDeal/xmlfeed";, "r") - Bad file number in /usr/local/apache/htdocs/514parser.php on line 135 Any sug

Re: [PHP] fopen failing to connect

2002-05-15 Thread Jennifer
i looked at the php.ini file and f wrapper is configured. thanks for the suggestion. i am still looking for any suggestions anyone has. thanks. -jennifer Miguel Cruz wrote: > Sounds like maybe the fopen url wrapper is not installed. I've never taken > any particular steps to install

[PHP] mail()

2002-03-19 Thread Jennifer
Hi guys, I'm new to PHP and i'm trying to set it up so that i can use the mail() function to send emails. I'm using Mac OS X 10.1.3, PHP 4.1.2 and Apache/1.3.20. I've copied the php.ini-dist to usr/local/lib and renamed it php.ini I have also uncommented the following lines from the httpd.co

Re: [PHP] mail()

2002-03-19 Thread Jennifer
sorry...i should have mentioned also that I am not using the internal mail server but i am using an external mail server On Wednesday, March 20, 2002, at 05:24 PM, Jennifer wrote: > Hi guys, > > I'm new to PHP and i'm trying to set it up so that i can use the mail() > f

[PHP] TTF Support

2001-04-10 Thread Jennifer
hat I can do this locally without having root access? Jennifer -- 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] What is Dynamic Library support

2001-04-12 Thread Jennifer
When I do phpinfo() on my server one of the things it says is PHP_DL Dynamic Library support enabled. What does that mean? Jennifer -- PHP General Mailing List (http://www.php.net/) To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED] To contact the

[PHP] is_null

2001-04-12 Thread Jennifer
I wanted to use is_null, but it isn't available in my version (4.0B2) What would be an equivalent? I'm fairly new to PHP. I was using isset, but sometimes it is set to Null. Null values are unacceptable, but zero is a perfectly acceptable value for what I want. Jennifer -- P

Re: [PHP] How to add a new color to JPEG

2001-07-17 Thread Jennifer
phinfo says GD version 1.6.2 or higher I'm using PHP Version 4.0.1pl2 Here is my test page. http://216.122.251.174/test/test.php Here is the source for the graphic http://216.122.251.174/test/button.phps Any idea on how solutions? Jennifer -- PHP General Mailing List (http://www.php.net/) To un

Re: [PHP] How to add a new color to JPEG

2001-07-17 Thread Jennifer
Jennifer wrote: > it seems to ignore the color that I specify and always came out > grey. (Of course now if I use ImageColorClosest(), some colors > work because they are in my image.) > > > Any idea on how solutions? > Oops. I didn't read far enough. I found t

[PHP] Whitespace in Emails

2006-12-12 Thread jennifer
I'm experiencing a strange problem and difficult to diagnose because it's random. I have built an application that sends out an email with a nice amount of text (don't have exact char count, but could get it). On the html email, a random whitespace appears in the content, but always toward

[PHP] Re: PHP and MySQL bug

2003-01-06 Thread Jennifer Goodie
It would be helpful if you posted that error. You can get it by changing the die to $queryr = mysql_query($query) or die(mysql_error()); Without knowing the error, you problem will be harder for everyone to debug. -Original Message- From: Nuno Lopes [mailto:[EMAIL PROTECTED]] Sent: Mon

RE: [PHP] preg_replace - understanding

2003-07-08 Thread Jennifer Goodie
> $filevalue = str_replace("\\", "/", $filevalue); > > it is reversing the "\\" to "//" but not replacing them with just a single > "/". I think you need to escape your \ so each \ is \\ so your string should be "" -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: ht

RE: [PHP] php - javascript together prob?

2003-07-09 Thread Jennifer Goodie
Since you had problems with quotes yesterday too, I would suggest reading the manual page on strings so you do not continue to have the same problems day after day. http://www.php.net/manual/en/language.types.string.php > -Original Message- > From: Micah Montoy [mailto:[EMAIL PROTECTED]

RE: [PHP] Returning values from functions

2003-07-09 Thread Jennifer Goodie
> function auth_user($logged_in) { > if (isset($logged_in)) { > list($s_username, $hash) = explode(',',$logged_in); > global $secret_word; > if (md5($s_username.$secret_word) == $hash) { > $username = $s_username; > return $username; > } else { > die ("You have t

RE: [PHP] Javascript multi text box form validation?

2003-07-18 Thread Jennifer Goodie
> 2. a sql_scrubber function to handle the apostrophes addslashes() http://www.php.net/manual/en/function.addslashes.php -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL/PHP problem.

2003-07-22 Thread Jennifer Goodie
Off the top of my head, try using OR in your query rather than AND day=\"2\" or day=\"3\" day probably won't equal both 2 and 3, which is why you are getting 0. Also, if you group by item name, you are going to get the total for each itemname, is that what you want, or just the overall total? >

RE: [PHP] newbY prob

2003-07-23 Thread Jennifer Goodie
> ! am trying to count the number of items in this table. The table > has one field in it. > > The code I am using is: > > $dbquerymeal = "select COUNT(*) from mealtype"; > $resultmeal = mysql_db_query($dbname,$dbqueryshipping1); > if(mysql_error()!=""){echo mysql_error();} > $mealcount = mysql_fe

RE: [PHP] Include Problems

2003-07-24 Thread Jennifer Goodie
Without seeing what you have in your includes, it will be hard to determine where your scope is messed up. > $subnav = "home"; > include("incHeader.php"); > ?> > > > > The content would go here. > > > > > > Now, when I try to reference the subnav variable in the inHeader.php or > incFooter.p

RE: [PHP] File upload?

2003-07-24 Thread Jennifer Goodie
> $uploaddir = 'C:\Inetpub\wwwroot\pix'; > $filnamn=$_FILES['userfile']['name']; > I thought of just adding a backslash at the very end of the $uploaddir > variable but that just leaves me with this error-message instead: > > Parse error: parse error, unexpected T_STRING in > c:\inetpub\wwwroot\al

RE: [PHP] Bizarre SQl, if issue....

2003-07-29 Thread Jennifer Goodie
> Actually, what you see is *exactly* the code being used. Nothing > has changed > about it. And whether the variable is regarded as a string or a > number, it > gives me the same stupid issue. Not recognizing it as a True > statement. :\ > > Is there any way possible that this could be the clien

RE: [PHP] Weird Problem

2003-07-29 Thread Jennifer Goodie
> I have the following chunk of code: > > $sql = "SELECT setting from settings where name='display_rows'"; > include("connect.inc.php"); > print $sql; > $row = mysql_fetch_row($result); > $path = $row[0]; > print $path; > > It always prints out "1" > > But if I r

RE: [PHP] Weird Problem

2003-07-29 Thread Jennifer Goodie
> The only setting contained in that table is the one im calling for, > and its value is 25. > see what print_r($row) outputs, then you'll at least know what is in the array. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] MySQL query/PHP logic?

2003-07-29 Thread Jennifer Goodie
> select * from main > left join fof on main.id = fof.id > left join pub on main.id = pub.id > left join gov on main.id = gov.id > left join med on main.id = med.id > left join ngo on main.id = ngo.id > left join ow

RE: [PHP] Using link to submit a form

2003-07-30 Thread Jennifer Goodie
> Hi everyone, > > Can I replace "Submit" buttons on forms with a text button? > I need to be able to click on a link: > Edit > > and have it submit the form. The form only contains one > field...does anyone > know how to do this? I've been searching google for an answer, > but couldn't > fin

RE: [PHP] Escaping nasty quotes

2003-07-31 Thread Jennifer Goodie
> I have this: > > $query = "LOAD DATA LOCAL INFILE '/home/data.txt' INTO TABLE > mytable FIELDS > TERMINATED BY ',' ENCLOSED BY '" . '"' . "' "; > $result = MYSQL_QUERY($query); > PRINT "$query2"; > > The query doesn't take ... but if I cut and paste the printed > response into > the mysql server

RE: [PHP] Re: include help please

2003-07-31 Thread Jennifer Goodie
> if (isset($page)) { > include $$_GET['page']; > } else { > $page = $home; > include $page; > } > > would that be right? > or should i use > > if (isset($page)) { > include $$_GET['page']; > } else { > include $home; > } > > hopefully that's right. if so, pretty good for a n00b > I don't think I

RE: [PHP] is there a way?

2003-07-31 Thread Jennifer Goodie
> Is there a way to have your html table represent one color, > Cause when I click the link it turnes purple, and I want it to stay > 336699 > no matter what state. > > I tried to use css, but it does the whole page. > And I want the 336699 to be in this table alone. > > Can anyone help me out with

RE: [PHP] Is there an easier way?

2003-07-31 Thread Jennifer Goodie
> if(!($rs = mysql_query($q))) // querying > { echo "Query failed". mysql_error(); exit; } > > >$n = 0; > while ($line = mysql_fetch_assoc($rs)) { //dumping into an array > foreach ($line as $field => $value) { > $data[$field][$n] = $value; > } > $n++; > } > > and thi

RE: [PHP] Regular Expression

2003-08-04 Thread Jennifer Goodie
> Been working on this one for a while but can't get it working properly. > I need a regular expression to match if address is > > 1. PO Box > 2. P.O. Box > 3. P.O.Box > > I got it working with 1 & 2, but it's still not matching 3. Any > suggestions? > > if(preg_match( "/p[\.]o\.* +box/i", trim($_P

RE: [PHP] Values from forms

2003-08-04 Thread Jennifer Goodie
> --- "Beauford.2005" <[EMAIL PROTECTED]> wrote: > > > > You misspelled method. :-) > > Hope that helps. > > Chris It seems like this exact same problem has been addressed before. http://marc.theaimsgroup.com/?l=php-general&m=105900603231518&w=2 http://marc.theaimsgroup.com/?l=php-general&m=10590

RE: [PHP] setting function variables

2003-08-07 Thread Jennifer Goodie
> I am trying to specify a single php file to contain all the > variables and I > just call this file where necessary. What I am running into is > that I want > to do this for all the built in functions (i.e. mssql_query) as > well. I've > tried numerous attempts but can't get it to operate witho

RE: [PHP] AOL Email client

2003-08-07 Thread Jennifer Goodie
> I am using php mail and setting all my $headers info to show From:, To:, What does your call to mail() look like? How are you formatting you headers? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] AOL Email client

2003-08-07 Thread Jennifer Goodie
> Here is what my header look like: > > $headers .= "MIME-Version: 1.0\r\n"; > $headers .= "Content-type: text/plain; > charset=us-ascii\r\n"; > $headers .= "From: ".$name." <".$email.">\r\n"; > $headers .= "To

RE: [PHP] Stop neurotic posting

2003-08-07 Thread Jennifer Goodie
Not to beat a dead horse, but... >From two separate responses: > And as for Google, I don't feel like I have time to wade through pages and > pages of irrelevant links until I find what I'm looking for when I have a > better resource right here. > > I've actually learned quite a few useful thin

RE: [PHP] strtotime()

2003-08-14 Thread Jennifer Goodie
> > > strtotime( '+1 month', mktime( 0, 0, 0, 1, 1, 2003 )); > > > I get back the timestamp for 1/31/2003 and not 2/1/2003. > > Are you sure? > > Yeah, but I missed something in my above example. If I did this: > > strtotime( '+1 month GMT', mktime( 0, 0, 0, 1, 1, 2003 )); > > It came back with 1/

RE: [PHP] bug in code - can't find it!

2003-08-14 Thread Jennifer Goodie
> Ok, here is my query and the bit of code I can't figure out: > > $query = "SELECT * from apt_user_t a, apt_company_t b "; > $query .= "WHERE a.user_cd = b.user_cd "; > $query .= "ORDER BY a.username"; > > $search_results = mysql_query($query) or die("Select > Failed!"); > while

RE: [PHP] setting function variables

2003-08-14 Thread Jennifer Goodie
> Tried this and it returns errors of type: > > Warning: Wrong parameter count for mssql_result() in > c:\inetpub\wwwroot\webpage10\example\utilities\dsp_del_images.php > on line 78 > > Warning: mssql_result(): supplied argument is not a valid MS SQL-result > resource in > c:\inetpub\wwwroot\web

RE: [PHP] strtotime()

2003-08-14 Thread Jennifer Goodie
> strtotime( '+1 month', mktime( 0, 0, 0, 1, 1, 2003 )); > > I get back the timestamp for 1/31/2003 and not 2/1/2003. > Are you sure? I tried it on my system (php 4.2.3 freeBSD 4.6.2) and this is the output I got... # php X-Powered-By: PHP/4.2.3 Content-type: text/html 2003-01-01 2003-02-01 Wha

RE: [PHP] discussion forum from j. meloni's book

2003-08-14 Thread Jennifer Goodie
> > // the query > > $verify = "select ft.topic_id, ft.topic_title from forum_posts as fp left > join forum_topics as ft on fp.topic_id = ft.topic_id where fp.post_id = > $_GET[post_id]"; > ... > > My question: why - or how can - the columns ft.topic_id and ft.topic_title >

RE: [PHP] Commands out of sync; You can't run this command now

2003-08-14 Thread Jennifer Goodie
> Hi > > For a few days or maybe even a week or two I'm getting this error > message in my site. > This happens when i do : mysql_select_db() > > This doesn't happen all the time and there are pages that it happens > more than others > so it seems. > > I looked in the manual and the explanation the

RE: [PHP] discussion forum from j. meloni's book

2003-08-14 Thread Jennifer Goodie
> Anyway, in the textbook and the zip her mySQL query reads: > ... > $verify = "select ft.topic_id, ft.topic_title from forum_posts as fp left > join forum_topics as ft on fp.topic_id = ft.topic_id where fp.post_id = > $_GET[post_id]"; > . > > The part that I'm confu

RE: [PHP] Question on class syntax

2003-08-14 Thread Jennifer Goodie
> I am currently using a php class that uses the following syntax: > > $value= htmlcleaner::cleanup($value); > > > What exactly is the :: used for? Is there a different syntax for :: ? The manual has an entire section on this (http://www.php.net/manual/en/keyword.paamayim-nekudotayim.php) have you

RE: [PHP] Bug in Ereg?

2003-08-15 Thread Jennifer Goodie
> What is posted [ from phpinfo() ]: > > _POST["color-1"] on > _POST["color-4"] on > _POST["color-6"] on > > > Parser: > foreach($_POST as $ThisVar=>$ThisVal){ > if(ereg("color-", $ThisVar) AND $ThisVal=="on" OR $ThisVal==1){ > $newVarA=explode("-", $ThisVar);

RE: [PHP] Problem with date('w')

2003-08-25 Thread Jennifer Goodie
> I have a problem with the date function > > $theday = date("Y-m-d", time()); > echo date((w), $theday); > ?> I'm pretty sure the optional second argument for date is a unix timestamp that you would generate by using either time or mktime or strtotime. You are passing it something in the for

RE: [PHP] Impossible error

2003-08-26 Thread Jennifer Goodie
> I have a 163 line file. I get a parse error on line 164. Ideas? > You're probably missing a } somewhere. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Mac IE File download problem - any solutions?

2003-03-25 Thread Jennifer Goodie
This is not a MAC IE problem, it is the way browsers work. If the MIME type is mapped to an application, the browser will launch the application. IE does it inline, while Netscape tends to launch it separately. You can send false headers with a made up type and a missing file extension, but then

RE: [PHP] Backing Up Tables Using PHP

2003-03-25 Thread Jennifer Goodie
Most RDB programs come with an integrated backup solution. You might want to look into those. As far as why your code is not working, you are not looping through the result set, you are only pulling one result. A database does not store data in order, it puts it where ever there's a hole, so the

RE: [PHP] foreach statement

2003-03-25 Thread Jennifer Goodie
You don't. >From http://www.php.net/manual/en/control-structures.foreach.php "Note: foreach does not support the ability to suppress error messages using '@'." You should check the validity of your argument before passing it to foreach if(is_array($array)){ foreach($array as $key=>$val){

RE: [PHP] What am I not understanding about $GLOBALS['myvar'] vs global $myvar?

2003-03-26 Thread Jennifer Goodie
>Actually I didn't. ;-) >$GLOBALS[$key] is incorrect and depricated AFAIK. >$GLOBALS['$key'] (with the single quotes) is the proper way to write these Wouldn't it need to be $GLOBALS["$key"] because single quotes tell the parser not to expand variables? I think you are misinterpreting the part o

RE: [PHP] Problem with setcookie function

2003-03-26 Thread Jennifer Goodie
TRy URL Encoding the string. -Original Message- From: Tomás Liendo [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 2:46 PM To: [EMAIL PROTECTED] Subject: [PHP] Problem with setcookie function Hi people I'm a beginner... I'm trying to pass variables between pages, I need use a v

RE: [PHP] Using includes with page locations

2003-03-26 Thread Jennifer Goodie
You could just make all of your links relative to the webroot. "/index.php" instead of "index.php" and "/messages/index.php" and "messages/index.php" I don't know why you would want to use PHP to do this for you, it is a pretty basic HTML concept. -Original Message- From: Vernon [mailto:

RE: [PHP] Using includes with page locations

2003-03-26 Thread Jennifer Goodie
oops, it should read: "/messages/index.php" instead of (not and) "messages/index.php" That make make what I said really confusing -Original Message- From: Jennifer Goodie [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 4:45 PM To: Vernon; [EMAIL PROTECTE

RE: [PHP] auto_prepend_file

2003-03-26 Thread Jennifer Goodie
You're looping endlessly because SESSION is not getting registered anywhere. -Original Message- From: Kevin Heflin [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 26, 2003 5:16 PM To: php-general Subject: [PHP] auto_prepend_file Trying to use php_value auto_prepend_file /path/to/file/ch

RE: [PHP] Uploading Files Via PHP

2003-03-26 Thread Jennifer Goodie
http://www.php.net/manual/en/features.file-upload.php >From the page listed above: "Related Configurations Note: See also the file_uploads, upload_max_filesize, upload_tmp_dir, and post_max_size directives in php.ini" I would read that manual page as it deals with file uploading support. -Or

RE: [PHP] Uploading Files Via PHP

2003-03-27 Thread Jennifer Goodie
A world writeable directory is a security risk. Why not just fix the owner/group and only give the permissions needed, 775 at most. -Original Message- From: Dan Rossi [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 1:45 AM To: [EMAIL PROTECTED] Subject: RE: [PHP] Uploading Files

RE: [PHP] Uploading Files Via PHP

2003-03-27 Thread Jennifer Goodie
Or you could just do it correctly the first time and be done with it. :) -Original Message- From: Philip J. Newman [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 10:23 AM To: Jennifer Goodie; Dan Rossi; [EMAIL PROTECTED] Subject: Re: [PHP] Uploading Files Via PHP You could

RE: [PHP] redirect using header

2003-03-27 Thread Jennifer Goodie
Read the manual section on headers. A header must be sent before any other output, including whitespace, so putting it in the middle of an HTML page is totally not going to work. http://www.php.net/manual/en/function.header.php -Original Message- From: David Banning [mailto:[EMAIL PROT

RE: [PHP] Form Validation: Surnames with Apostrophe

2003-03-27 Thread Jennifer Goodie
That is because it is not saying that is all that can be in the string. The 'Re' matches that pattern. Put a ^ at the beginning to signify it must start with the pattern and a $ at the end to signify it must end there. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]

RE: [PHP] Include Question

2003-03-27 Thread Jennifer Goodie
If your include is located somewhere on the site you should refer to it as $_SERVER[DOCUMENT_ROOT]/pathtofile/filename.php so that your paths don't get messed up from chaning the includes etc. -Original Message- From: Beauford.2002 [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 2

RE: [PHP] Form Validation: Surnames with Apostrophe

2003-03-27 Thread Jennifer Goodie
omeone tacks on " Jr." or something like that to the end of their name. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] Sent: Thursday, March 27, 2003 3:05 PM To: Jennifer Goodie Cc: John W. Holmes; 'John Nichel'; [EMAIL PROTECTED] Subject: RE: [PHP]

RE: [PHP] post method with fopen

2003-03-28 Thread Jennifer Goodie
I've never tried with fopen, but I know you can with fsockopen. That doesn't really answer your question, but I thought it might help out. Here's an example with fsockopen; $fp = fsockopen($domain,80, $errno, $errstr, 30); if (!$fp){ //error handling stuff } else{ fputs ($fp, "PO

RE: [PHP] Is there a PHP for Dummies?

2003-03-28 Thread Jennifer Goodie
That is a really, really, really poor example. Tha name says it all. It gets the magic quotes setting for gpc(get, post, cookie). You can figure out what most PHP functions do just by looking at their names, that's actually what I like about PHP. -Original Message- From: Beauford.2002 [

RE: [PHP] mySQL query - command "LIKE" OR "="

2003-03-28 Thread Jennifer Goodie
= does not take the wildcard (%). -Original Message- From: Harry.de [mailto:[EMAIL PROTECTED] Sent: Friday, March 28, 2003 2:38 PM To: [EMAIL PROTECTED] Subject: [PHP] mySQL query - command "LIKE" OR "=" Hi, i want to make a mySQL query where the result should be in $result1 any sting

[PHP] issue with connecting to DB

2003-03-30 Thread Jennifer Fountain
Here is the code:       $link = mysql_connect("xxx", "x", "x")    or die("Could not connect: " . mysql_error());    print ("Connected successfully");    mysql_close($link);?>     WhenI try to connect, I get the following error:   Warning: mysql_connect() [function.mysql-connect]: Ac

RE: [PHP] Is there a PHP for Dummies?

2003-03-31 Thread Jennifer Goodie
y. > > Beauford.2002 wrote: > > >No, the name explains absolutely squat. What is a magic quote? Sounds like > >something I smoked in the 60's. Maybe to you it makes sense as you know what > >it does. To me it means absolutely nothing - nor does the PHP manual explai

RE: [PHP] require/include from a different directory

2003-03-31 Thread Jennifer Goodie
If the includes are within the website, using $_SERVER[DOCUMENT_ROOT]/pathtofile/file is a good way to go. -Original Message- From: John W. Holmes [mailto:[EMAIL PROTECTED] Sent: Saturday, March 29, 2003 2:10 PM To: 'Greg Macek'; [EMAIL PROTECTED] Subject: RE: [PHP] require/include from a

RE: [PHP] if statment

2003-03-31 Thread Jennifer Goodie
if( $HTTP_GET_VARS["pr_ID"] == "nothing"){ echo "there are no products"; } http://www.php.net/manual/en/control-structures.php http://www.php.net/manual/en/ -Original Message- From: Tim Haskins [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 11:56 AM To: [EMAIL PROTECTED]

RE: [PHP] if statment

2003-03-31 Thread Jennifer Goodie
n show the following text. -- Tim Haskins "Jennifer Goodie" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > > if( $HTTP_GET_VARS["pr_ID"] == "nothing"){ > echo "there are no products"; > } > http://www.php.net/manual/en/c

RE: [PHP] if statment

2003-03-31 Thread Jennifer Goodie
, 2003 12:17 PM To: [EMAIL PROTECTED] Subject: Re: [PHP] if statment Also, take a look at isset() and empty() http://php.net/empty http://php.net/isset Jennifer Goodie wrote: > so change it to "" > > -Original Message- > From: Tim Haskins [mailto:[EMAIL PROTECTED]

RE: [PHP] if statment

2003-03-31 Thread Jennifer Goodie
-- Tim Haskins "Tim Haskins" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED] > Wow, that's weird- I had just tried it and that didn't work, so I thought it > might be some special php thing goin on- thanks for your help! > > -- > Tim H

RE: [PHP] Question on response time, SQL vs. PHP

2003-03-31 Thread Jennifer Goodie
It is faster to do a count(*) -Original Message- From: Liam Gibbs [mailto:[EMAIL PROTECTED] Sent: Monday, March 31, 2003 1:31 PM To: php list Subject: [PHP] Question on response time, SQL vs. PHP I'm trying to do a count(*) in SQL. Would it be faster to do a or b below? a: just do a sim

RE: [PHP] Command line php

2003-04-01 Thread Jennifer Goodie
Try sending a control d to signify EOF, because fread will only read to end of file. But I wouldn't do 255 because you might want to enter more. Maybe stick a while !EOF in there. > -Original Message- > From: John Nichel [mailto:[EMAIL PROTECTED] > Sent: Tuesday, April 01, 2003 6:01 PM >

RE: [PHP] Making it so the .php isn't needed

2003-04-02 Thread Jennifer Goodie
You can accomplish this by enabling multiviews in your httpd.conf > -Original Message- > From: Teren Sapp [mailto:[EMAIL PROTECTED] > Sent: Wednesday, April 02, 2003 3:18 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Making it so the .php isn't needed > > > Hi, I had it setup on my server

[PHP] php 3 to 4.3

2003-04-02 Thread Jennifer Fountain
Has anyone had issues with their php scripts not working after upgrading php from 3 to 4.3?   I have simple page that inserts data into mysql db.  The scripts worked fine until after the upgrade.    Below is one of my php scripts.  When I hit submit, nothing is added to the db :(   Add Record /

RE: [PHP] no worky :|

2003-04-03 Thread Jennifer Goodie
Have you checked to make sure your query works, the syntax looks really odd. I've never seen INSERT ... WHERE > -Original Message- > From: Sebastian [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 2:20 PM > To: php list > Subject: [PHP] no worky :| > > > Hello, > > This form is

RE: [PHP] no worky :|

2003-04-03 Thread Jennifer Goodie
rying to run it, so you can see what is wrong with it. > -Original Message- > From: Sebastian [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 2:33 PM > To: Jennifer Goodie; php list > Subject: Re: [PHP] no worky :| > > > thanks for pointing that out ye

RE: [PHP] Which PHP version is stable with apache 2.0.39

2003-04-03 Thread Jennifer Goodie
http://www.php.net/manual/en/install.apache2.php > -Original Message- > From: Jason Smith [mailto:[EMAIL PROTECTED] > Sent: Thursday, April 03, 2003 5:22 PM > To: [EMAIL PROTECTED] > Subject: [PHP] Which PHP version is stable with apache 2.0.39 > > > Hi, > > Need some information as

RE: [PHP] Quick Sessions ?

2003-04-04 Thread Jennifer Goodie
Your cookie path is "" not "/" so your cookie is only readble by the directory it was set in. Check your session.cookie_path http://www.php.net/manual/en/ref.session.php > -Original Message- > From: Anthony [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:03 PM > To: [EMAIL PR

RE: [PHP] Includes confusion

2003-04-04 Thread Jennifer Goodie
PHP parses includes inline, so whatever the scope is where the file is included, is the scope of the variables that the include contains. You can declare the variables global in your fuction and it will use what was included, that would be the quick fix, you could also switch your include to use D

RE: [PHP] Quick Sessions ?

2003-04-04 Thread Jennifer Goodie
/ and got no change in behavior. It seems to me that > what I need is something like > session.cookie_path = /, ../ > but that doesn't work. Any other ideas? > > - Anthony > > "Jennifer Goodie" <[EMAIL PROTECTED]> wrote in message > news:[EM

RE: [PHP] dynamic IF statement

2003-04-04 Thread Jennifer Goodie
HTTP_GET_VARS["id"] is probably empty so this won't work, stick a $ in front of it. > -Original Message- > From: Leif K-Brooks [mailto:[EMAIL PROTECTED] > Sent: Friday, April 04, 2003 12:38 PM > To: Tim Haskins > Cc: [EMAIL PROTECTED] > Subject: Re: [PHP] dynamic IF statement > > > If I un

RE: [PHP] Heredoc question

2003-06-06 Thread Jennifer Goodie
> Can one use within the heredoc syntax or is there > another way?? I'm trying to dynamically generate email from > generic text but with obvious additions, like this: http://us4.php.net/types.string says that heredoc acts just like double quoted, which would mean it expands variables, so I would

RE: [PHP] Heredoc question

2003-06-06 Thread Jennifer Goodie
> That's fine for that but I have several places that use if's and else's... > > Sparky > > http://us4.php.net/types.string says that heredoc acts just like double > > quoted, which would mean it expands variables, so I would try just Than I would suggest reading the manual page (the link I gave)

RE: [PHP] [FYI] phpbooks.com

2003-06-06 Thread Jennifer Goodie
> I mean if someone is into programming/php they will have enough > brains (most of the time) to do that much right? By that logic they'd also have enough brains to look at the documentation before asking questions on the mailing list, or to not reply to spam on the list, etc., etc. and we all kno

RE: [PHP] What's wrong with this code??

2003-05-31 Thread Jennifer Goodie
> Problem lines > > if ($mo == 06 and $dy > 01 and $dy < 09) { $wd = "8"; } > if ($mo == 06 and $dy > 08) { $wd = "9"; } > but if I change my date to 06/02 then no matter what I > try, $wd always gets the value of 9 (it should be 8 on this > date). It should > not get the value 9

RE: [PHP] Code Help Please

2003-05-31 Thread Jennifer Goodie
> I need to find if table1.username = table2.domain/table2.username is If you are using mySQL you can use CONCAT table1.username = CONCAT(table2.domain,'/',table2.username) http://www.mysql.com/doc/en/String_functions.html#IDX1174 -- PHP General Mailing List (http://www.php.net/) To unsubs

RE: [PHP] insert loop logic

2003-06-05 Thread Jennifer Goodie
> When i get these values I want to enter them into the database but > 1)I should enter only the first 5 (and ignore the rest) into the database > 2)it has to enter 1 record for every every "id" picked > eg: > if id[1], id[2],id[3] and id[4] were picked it should enter this as 4 > differient record

RE: [PHP] Re: Warning Spammer

2003-06-10 Thread Jennifer Goodie
> so do they get the emails from the archive ? ?if so password protect > please !! Which one? This list is archived on numerous sites. -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Quickie array question

2003-06-11 Thread Jennifer Goodie
> > foreach($newlines as $newline) { > > #how do I get the index of the array each time $newline is printed out? > > echo ??; > } foreach($newlines as $id=>$newline){ echo $id.''.$newline; } read the documentation http://us3.php.net/manual/en/control-structures.foreach.php -- PHP Gener

  1   2   >