Re: [PHP] index.php question

2002-03-11 Thread Daniel Negron/KBE
do you happen to have an answer for IIS. I alreazdy tried to add index.php to the list of documents, along with index.asp, index.html, and so on.But I still get the same result. Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122

[PHP] phpMyAdmin Change Root pwd ... Now no access

2002-03-11 Thread Daniel Negron/KBE
OK, here its goes. I learned of this neat little app phpMyadmin added a password to root and now I get no access. checked the my.ini and php.ini for possible problems there. they are set with passwords to the root. both .ini's What am I missing here...should I juyst remove the password from

Re: [PHP] index.php question

2002-03-12 Thread Daniel Negron/KBE
Still haven't gotten this to work properly with IIS. any other suggestions ? Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com

[PHP] phpinfo() and phpmyAdmin

2002-03-12 Thread Daniel Negron/KBE
I can get phpinfo() working properly on a page that I just create in the same directory. But why will the phpmyAdmin phpinfo.php not show anything but a blank page ? All other functions of phpMyAdmin work properly. Thank You Daniel Negrón Lotus Notes Administrator / Developer KB

[PHP] Undefined Variable in IF...ELSE IF ...ELSE IF (NEWBIE ?)

2002-03-15 Thread Daniel Negron/KBE
I have error's enabled in php.ini. I keep getting Undefined variable when I run a script that contains IF or ELSE IF's. Is this normal because the variable hasn't been set at the beginning of the script ? Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc.

Re: [PHP] Populating Dropdown with MYSQL data

2002-03-15 Thread Daniel Negron/KBE
also found this. http://www.thickbook.com/extra/tb_loopoption.pdf |+ || [EMAIL PROTECTED] | ||| || 03/15/02 02:39| || PM| |||

[PHP] Invalid Argument ??? Not sure how to debug this

2002-03-17 Thread Daniel Negron/KBE
Hi all and Good Morning. I have been struggling with this code: I was wondering if someone could lend me a hand. I am working with this code and can't get the error to disappear. After running I get |-| |

[PHP] Re: Invalid Argument ??? Not sure how to debug this (RESOLVED)

2002-03-17 Thread Daniel Negron/KBE
etherwolf@sop To: Daniel Negron/KBE [EMAIL PROTECTED] ris.net cc: Subject: Re

[PHP] Delete Confirmation

2002-03-19 Thread Daniel Negron/KBE
Does anyone have examples of record deletions from php to mysql? -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

RE: [PHP] Delete Confirmation

2002-03-19 Thread Daniel Negron/KBE
** SHEETS,JASON (Non-HP-Boise,e To: 'Daniel Negron/KBE' [EMAIL PROTECTED

[PHP] using reload within PHP when submitting a form

2002-03-19 Thread Daniel Negron/KBE
I have tried several variations within PHP to reload the page after updating a form to PHP_SELF. Does anyone have a working example within a form AFTER a submit ? **DAN** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] Re: Delete Confirmation

2002-03-20 Thread Daniel Negron/KBE
Daniel Negron/Kbe wrote: Does anyone have examples of record deletions from php to mysql Could you be more specific? $sql = DELETE from tablename where tablename_idx = $index; $result = mysql_query($sql); would be a very simple example

[PHP] table not refreshing after update.

2002-03-20 Thread Daniel Negron/KBE
Hi All, I am having an issue where I can update an entry, then when I go back to view the updates they do not show up. But if I go and look at the actual database the update has been made. Even after refreshing and clearing the cache, the entry still shows no change. Now he is something also

[PHP] PHP/mySQL hosting

2002-03-21 Thread Daniel Negron/KBE
Does anyone have a good site for free mySQL and PHP hosting ? **DAN** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

Re: [PHP] PHP and MS access

2002-04-02 Thread Daniel Negron/KBE
you can try http://www.accessmysql.com also. Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com |+ || pong-TC | || [EMAIL PROTECTED]| |

[PHP] Nested IF's (Is there a LIMIT ?)

2002-06-14 Thread Daniel Negron/KBE
This is my code, it seems that either I have the curly brackets in the wrong place OR there is a limit to how many times you can set IF's. So before I pull out the shotgun, and take out this machine, I figure I would ask the Cousel Of the PHP OverLords. So you know, I happen to also be using

Re: [PHP] Nested IF's (Is there a LIMIT ?)

2002-06-14 Thread Daniel Negron/KBE
I am too lazy to count your braces for you, but no, there's not really a limit to how many ifs you can nest. It helps to use an editor that flashes the bracket's companion when you type or edit one. That way you can easily see whether they're balanced in the right place. »»» Do you happen to

RE: [PHP] Nested IF's (Is there a LIMIT ?) SOLVED

2002-06-14 Thread Daniel Negron/KBE
martin.towell@ To: Daniel Negron/KBE [EMAIL PROTECTED] world.netcc: [EMAIL PROTECTED

[PHP] ucwords() usage QUICKIE

2002-06-14 Thread Daniel Negron/KBE
Hi All, I am trying to figure out how to use ucwords here : if (submit) $db = mysql_connect($dbhost,$dbuname,$dbpass); mysql_select_db($dbname,$db); ucwords($sql)Is this correct ? $sql = INSERT INTO $prefix; $sql .= (first, last, email, company,

Re: [PHP] %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))))

2002-07-09 Thread Daniel Negron/KBE
Is this retaliation ? **DAN** |+ || Erik | || Hegreberg| || ehegrebe@onli| || ne.no| ||| || 07/09/02 03:27| ||

Re: [PHP] (OT) No Punishment for Erik Hegreberg, Yet...

2002-07-11 Thread Daniel Negron/KBE
Are emails still coming through from this guy. I put a block on my server for his address, so I can't tell. Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com |+ ||

Re: [PHP] Php Config OCX missing in IIS Win2k

2002-04-15 Thread Daniel Negron/KBE
All you need to do is install the ocx file in the system32 dir. Its even in one of the readme files for php. you may need to actually register the OCX in the reg. Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122

[PHP] cannot load mysql extension, php config ???

2002-04-16 Thread Daniel Negron/KBE
Hi, Hope in the right place ? Just finished loading RH7.2 Apache 1.3.23, MySQL 3.23.49a, and PHP 4.1.2 I have gotten this to work properly on W2K, IIS4 5 with no problems. To start off ... all of these are working properly individually. PHP works fine on Apache MySQL works fine by itself,

Re: [PHP] Re: cannot load mysql extension, php config ???

2002-04-16 Thread Daniel Negron/KBE
--with-mysql=shared/usr is listed in teh configure command. you can see @ www.flost.net/info.php Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com

[PHP] Sorry Testing Please DELETE ... No PHP mail for awhile now

2002-04-18 Thread Daniel Negron/KBE
Thank You Daniel Negrón Lotus Notes Administrator / Developer KB Electronics, Inc. 954.346.4900x122 http://www.kbelectronics.com -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] Checkbox Initial Value based on record in db

2002-05-01 Thread Daniel Negron/KBE
Kinda off topic here, just checking to see If I am on the right track with this input type=checkbox name=abb value=?php echo $myrow['abb'] ? the result should be : IF the record contains the field abb and it has a value of 1 then it will be checked off for viewing. Brainfarting all day !!

[PHP] Help with Javascript, Delete record from mysql using PHP

2002-05-02 Thread Daniel Negron/KBE
Hi all, I am having a problem with getting this to work properly. When a user select DELETE I want an alert to pop up and say HEY YOUR DELETING THIS. This portion is working properly. If you hit CANCEL the desired effect takes place NOTHING. But if you really want to cancel this record, it

[PHP] Redirect after submit

2002-05-06 Thread Daniel Negron/KBE
Hi, I have a page that contains multi If ElseIf statements. I want to redirect right after a user submits gets a message (echo Entry Added to Database. \n; ) would you like to add another. then prompts for an alert. Would you like another ??? and redirects to a page based on selection.

Re: [PHP] Redirect after submit (solved)

2002-05-06 Thread Daniel Negron/KBE
| || | |+-- -| | | | To: [EMAIL PROTECTED], Daniel Negron/KBE [EMAIL PROTECTED

[PHP] custom user login

2002-09-19 Thread Daniel Negron/KBE
Hi all, I used a script posted in here awhile ago from http://www.devshed.com/Server_Side/PHP/UserAuth/page1.html basic tutorial on how to make php session logins. How can I customize this script so that it is specific to each user. can I add $f_user.php from the header, or will that output

[PHP] Small Business Suggestion ???

2003-01-13 Thread Daniel Negron/KBE
Does anyone have any good suggestions for small business software (PHP/MySQL) based ? basically what I need to do is: contact management work order forms invoicing TIA **DAN** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP] problems with include()

2003-01-30 Thread Daniel Negron/KBE
I have this code : ?php if(!isset($mainfile)) { include(mainfile.php); } include(open_session.php); include('config.php'); include ('header.php'); Coverted html in here. include ('footer.php'); ? which works great from the root dir where these files are stored. [all content is showing

[PHP] Urgent Help Needed removing \n\r

2003-02-14 Thread Daniel Negron/KBE
Hi all, Slight problem, I have about 200 pages of HTML stored in a mysqlDB. I had to manually edit some information on EVERY single page. I used MySQL-Front and edited these pages. All of the tags were correct img and font I have run into a problem now, that every page I have edited has

Re: [PHP] Humor in programming?

2003-04-01 Thread Daniel Negron/KBE
I noticed a similar thing in phpinfo(); in php 4.3.1, there is a dog in place of the php logo Thank you, --- -Daniel Negron // \\* / _ __ ___ \Lotus

[PHP] shopping cart, inventory control, point of sale system

2002-10-17 Thread Daniel Negron/KBE
can anyone point me in the direction of a good system that will cover all 3 of these points (Shopping Cart, Inventory Control, and Point of Sale) ? Thank you, **DAN** -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php