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
I have this code :
which works great from the root dir where these files are stored. [all
content is showing properly]
If I move the file to its final destination, let say ...
http://root_dir/intranet/training/final_folder
I change the code to match
ALL I get is the Converted HTML printed
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 and I
have run into a problem now, that every page I have edited has somehow
corrup
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 No
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 t
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
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 "
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 h
Bracketing looks good
try pulling chunks of code out and gradually add it in to see where the
problem lies
eg (sorry for reformatting your code)
html code in here,
then
html code in here,
etc..
-Original Message-
From: Miguel Cruz [mailto:[EM
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, com
Is this retaliation ?
**DAN**
|+>
|| "Erik |
|| Hegreberg"|
|| |
|||
|| 07/09/02 03:27|
|| PM|
||
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
<><><><><><><><><><>
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,
--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
<><><><><><><><><><><><><><
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/un
Kinda off topic here, just checking to see If I am on the right track with
this
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 !!
Thank You
<><><><><><><><><><><><><><><><>
Daniel Negrón
L
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 bom
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.
|
>-------------|
Where exactly do you see PHP fitting into this. It looks like it's all
Javascript, and that's client-side nonsense...
---J
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, In
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
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
<><><><><><><><><><><><><><><><>
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 Adminis
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 /
Thank You Charlie. I also found out that I needed to put an "@" symbol
infrom of the string. This stopped it from throwing me an error.
If(@$submit) blah blah blah
Thank You
<><><><><><><><><><><><><><><><>
Daniel Negrón
Lotus Notes Administrator / Developer
KB Electronics, Inc.
954.34
also found this. http://www.thickbook.com/extra/tb_loopoption.pdf
|+>
|| [EMAIL PROTECTED] |
|||
|| 03/15/02 02:39|
|| PM|
|||
|-
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
|-|
| W
rows
matching:
searchstring*
I take it that is not your intention... You probably need to change that
to:
...LIKE %".$searchstring."%...
Also, why are both your column name and desired value the same? Should you
be selecting WHERE
columnname LIKE %$searchstring%?
If you are still u
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
**DAN**
"SHEETS,JASON
(Non-HP-Boise,e To: '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
Daniel Negron/Kbe wrote:
> Does anyone have examples of rec
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 r
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
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
<><><><><><><><><><><><><><><><>
|+>
||
Sorry Folks, wanted to make sure that this address was not included in my
Relay Block Settings
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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.490
37 matches
Mail list logo