[PHP-WIN] Good SMPT mail script?

2003-01-14 Thread Nicole
Does anyone have a good smtp mail script to handle text and/or HTML messages? I found phpmailer which I'm having some trouble with. mail() isn't enough. I need to do smtp mail and I just am not strong enough yet in generating mail via smtp in PHP other than just using the mail() function. Any go

[PHP-WIN] ANY PHP PROGRAMMING MARKETERS?

2003-01-11 Thread Nicole
in contact with me. Thanks!!! Please be located close to Atlanta, GA for this offer. Thanks! -- Nicole Web Developer & Netrepreneur aeontrek.com urltrak.com elixirsafelist.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Is stdout slow?

2002-11-28 Thread Nicole
. Anyone experience this and find a solution? Thanks! Nicole -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] PHP & sendmail

2002-10-02 Thread Nicole
Hello, Would someone give me an example of using sendmail from PHP instead of the usual mail() function. Thanks! Nicole -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Calling PHP script with Exec

2002-09-07 Thread Nicole Amashta
call a 2nd script to run in background to handle the script that will take longer. Don't want people waiting for a script to finish. Some server specs: OS: linux (on a hosted server i have no access to at all) Crontab: nope Thanks!! -- Nicole www.aeontrek.com - - - - -- PHP Windows Maili

[PHP-WIN] Scheduling Help

2002-09-05 Thread Nicole Amashta
ppreciated! TIA! Nicole www.aeontrek.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: extensions error - kills server

2002-07-27 Thread Nicole Amashta
Good Luck! -- Nicole Amashta Web Application Developer www.aeontrek.com - - - - - Hey! Want to know how I $AVE MONEY shopping online? Ask me how you can get a FREE membership so you can start saving money too! - - - - - Got PayPal ? https://www.paypal.com/refer/pal=paypal%40aeontrek.com - - - -

Re: [PHP-WIN] Can php generate MS word doc format?

2002-07-24 Thread Nicole Amashta
Thanks, But I don't have (or want to) MS Word Doc on my computer. So I thought I'd just use PHP to dynamically generate a Word doc. I just need to convert my resume to a word document. Plain ASCII txt files must not be good enough for those employers. Thanks! -- Nicole Amashta Web A

[PHP-WIN] In php coders near Atlanta GA?

2002-07-24 Thread Nicole Amashta
Hello, I'm wondering if there are any PHP programmers/developers in the Atlanta metro area, particularly other females. Looking to find like-minded friends who would be interested in embarking on a project with me. Thanks! -- Nicole Amashta Web Application Developer www.aeontre

[PHP-WIN] Re: tricky session question

2002-07-24 Thread Nicole Amashta
... good luck, -- Nicole Amashta Web Application Developer www.aeontrek.com - - - - - Hey! Want to know how I $AVE MONEY shopping online? Ask me how and I will get you a FREE membership to my shopping club! - - - - - Got PayPal ? https://www.paypal.com/refer/pal=paypal%40aeontrek.com - - - - - I

[PHP-WIN] Can php generate MS word doc format?

2002-07-24 Thread Nicole Amashta
elsewhere also. Thanks in advance! -- Nicole Amashta Web Application Developer www.aeontrek.com - - - - - Hey! Want to know how I $AVE MONEY shopping online? Ask me how and I will get you a FREE membership to my shopping club! - - - - - Got PayPal ? https://www.paypal.com/refer/pal=paypal

[PHP-WIN] Re: Varying Results Creating Table

2002-05-24 Thread Nicole Amashta
At a quick glance over your code, I don't see any reason why it should cause those errors (based off the simple data you used). Sorry I couldn't help. Hope you get it figured out. Nicole www.aeontrek.com PS. I do this daily with PHP on windows2k and Apache webserver. I don't g

Re: [PHP-WIN] basic form processing

2002-05-23 Thread Nicole Amashta
Sorry for the double reply ! I didn't see this ... ;) Dash McElroy wrote: > Change this line: > > > > to: > > > > -Dash > > -Original Message- > From: Bill Hudspeth [mailto:[EMAIL PROTECTED]] > Sent: Thursday, May 23, 2002 8:58 AM > To: [EMAIL PROTECTED] > Subject: [PHP-WIN] basi

[PHP-WIN] Re: basic form processing

2002-05-23 Thread Nicole Amashta
Hello, YOu need to specify in yor form tag the post as the method >> By default, I think it uses GET as the submit method if you don't specify it in the form tag. Nicole Amashta www.aeontrek.com Bill Hudspeth wrote: > I am new to PHP and have been trying with

[PHP-WIN] Re: Passing Variables

2002-05-23 Thread Nicole Amashta
What error do you get? James Opere wrote: > Hi All, > I'm trying to pass variables from one form to the other.I have a problem > when i want to do the the following: > 1.COUNT($variable) > 2.DISTINCT($variable) > . > I realise i can not use the brackets in my query and the variable b

[PHP-WIN] Re: Passing Variables

2002-05-23 Thread Nicole Amashta
Why do you need the group by clause? Do one or the other, not both. either do a select count(id) from table or select field, count(id) from table group by field Check your query, Nicole Amashta www.aeontrek.com James Opere wrote: > Hi All, > I'm trying to pass variables from

[PHP-WIN] Re: Varying Results Creating Table

2002-05-23 Thread Nicole Amashta
Hello, Perhaps post the code that generates the dynamic table. Maybe your tags are not properly embedded and balanced. That could cause an issue if you had data outside of the and or tags inside the tags. Nicole Amashta www.aeontrek.com Tim Greenleaf wrote: > I have a search page t

[PHP-WIN] Re: Having problems grasping reg ex

2002-05-22 Thread Nicole Amashta
preg_replace("/[^a-z0-9]/i", '', $str); R.S. Herhuth wrote: > I'm really struggling trying to grasp the concept of reg ex rfeplacement. > > I have been through the documentation and a few tutorials but I can't > find something that shows me exactly how to return a string that > contains nothing

[PHP-WIN] Re: Bits

2002-05-22 Thread Nicole Amashta
Check this out: http://www.php.net/manual/en/language.operators.bitwise.php Nicole Amashta www.aeontrek.com Michael Reynolds wrote: > Are there any functions or operators, which will modify bits in a > variable? If so, which? For example, if I were to use C to set bit 4 on > for

[PHP-WIN] Re: php+oracle

2002-05-22 Thread Nicole Amashta
path. I keep mine under my php directory, like so: e:\apps\php\extensions so my extension_dir = e:\apps\php\extensions Then make sure that dll is in that path. But also make sure it is the correct version for the version of PHP you are running. Hope that helps! Nicole Amashta www.aeontrek.com

[PHP-WIN] Re: Extra space added on import

2002-05-20 Thread Nicole Amashta
Perhaps try a trim() of the values before inserting into the table. Nicole www.aeontrek.com Jerry wrote: > Hello, > > When I import a comma delimited text file into a table using > MySQL Front, a space is added to one of the fields which is a > varchar field. How can I

[PHP-WIN] Re: Displaying checkbox values selected

2002-05-17 Thread Nicole Amashta
Since this is dynamically generated, you should be able to determine the 'checked' items. If the value is equal to the value of the check box, you need to add in 'checked' to the checkbox tab, like so: Bon Jovi -nicole www.aeontrek.com C Sims wrote: > Hi all, >

[PHP-WIN] Re: EXEC and Windows

2002-05-17 Thread Nicole Amashta
e array, each line being an element in the array. '; } ?> HTH! Nicole Amashta www.aeontrek.com Bernard Florent wrote: > Hello > > I try to use EXEC function to execute a command line. The command line is > correct but the exec doesn't return anything. > > Have

Re: [PHP-WIN] php 4.2 and database conn

2002-05-15 Thread Nicole Amashta
Thanks, I'm set. I use both MySQL and SQL Server. -nicole www.aeontrek.com Scott Hurring wrote: > If you don't want to install that god-awful MS SQL thing, > MySQL is free, open-source, and runs on Win32 platforms > (and is a snap to install) > > Just have it running

Re: [PHP-WIN] Re: Fw: php site: comments welcomed

2002-05-15 Thread Nicole Amashta
is it very necessary to enter the password again (or even twice) on the profile to update if we're already logged in? Just some thoughts on my experience with the site so far. I really love the desing. Very clean. :) Nicole Amashta www.aeontrek.com The Freelancernetwork Team wrote: >

[PHP-WIN] Re: Return portion of a string

2002-05-15 Thread Nicole Amashta
]{4})-([0-9]{1,2})-([0-9]{1,2})", $date, $regs)) { echo "$regs[3].$regs[2].$regs[1]"; } else { echo "Invalid date format: $date"; } Hope this helps somewhat or for other things, Nicole www.aeontrek.com === R.S. Herhuth wrote: > I have an

[PHP-WIN] Re: Fw: php site: comments welcomed

2002-05-15 Thread Nicole Amashta
At first glance, I can say I like the look 'n' feel! :) Very clean and nice. Good luck with it and may I join? ;) Nicole www.aeontrek.com The Freelancernetwork Team wrote: > D'oh! A link would help... > > www.freelancernetwork.com/index.php > > thanks again...

[PHP-WIN] Re: MSSQL2000 'real' data type and multiple SQL statments in onemssql_query()

2002-05-14 Thread Nicole Amashta
luck, Nicole Amashta www.aeontrek.com Jerome Houston wrote: > Apologies for the repeat to those who are in php-general and php-db. > i'm running PHP4.1.1 as a module through Apache 1.3.22 on W2k Server SP2 > -- connecting to a MSSQL server running on the same OS. > > I

[PHP-WIN] Re: php 4.2 and database conn

2002-05-14 Thread Nicole Amashta
Thanks, but I'm not trying to write the scripts. I already wrote them. I just wanted connectivity without having SQLServer installed on the PHP box. Thanks! :) nicole www.aeontrek.com Maurice Kevenaar wrote: > try this: > > $connect = mssql_connect($db_server_name,

[PHP-WIN] Re: String replacement...

2002-05-14 Thread Nicole Amashta
Do you want to create a javascript array of the file names? Do the file names exist on the server? If so, just generate and populate a javascript array with the id and matching name, then load the article when the link is clicked. -Nicole www.aeontrek.com R.S. Herhuth wrote: > I hav

Re: [PHP-WIN] Connection to SQL Server on remote machine

2002-05-14 Thread Nicole Amashta
Thanks, I got it. I just installed the minimum stuff from the Client tools. That worked. I appreciate your help. ;) -Nicole www.aeontrek.com Scott St. John wrote: > Nicole- > > I would try using the IP address instead of the machine name to see if > that works. If it does n

[PHP-WIN] Connection to SQL Server on remote machine

2002-05-14 Thread Nicole Amashta
ension=php_mssql.dll to php.ini. This line "Copying ntwdblib.dll will only provide access." is what lets me think I can do this. Any one? Help, please. Thanks! :) Nicole www.aeontrek.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] php 4.2 and database conn

2002-05-14 Thread Nicole Amashta
ice I am also having trouble connecting to MySQL which is on the same machine as PHP4.2. I have register globals on. I'm used to PHP 4.0.6. But I need to get up to speed with the last PHP. I just need to know if I am overlooking something in the PHP.ini file. Thanks in advance for any idea

[PHP-WIN] php flush()

2002-04-29 Thread Nicole Amashta
is generated? Thank in advance, -- Nicole Amashta Web Application Developer www.aeontrek.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: php.ini and SMTP

2002-04-29 Thread Nicole Amashta
Do a find for php.ini on your harddrive(s) and make sure you only have ONE php.ini file on your computer running PHP. -- Nicole Amashta Web Application Developer www.aeontrek.com "Shawn" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

Re: [PHP-WIN] installing on a remote web host

2002-04-26 Thread Nicole Amashta
) #!/your/path/to/php Then test your file like so: http://www.yourdomain.com/phpinfo.php -- Nicole Amashta Web Application Developer www.aeontrek.com "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > It's alread

Re: [PHP-WIN] re: $POST vars

2002-04-24 Thread Nicole Amashta
ideas and there are multiple ways of doing this as well. good luck with it, -- Nicole Amashta Web Application Developer www.aeontrek.com "Matt Babineau" <[EMAIL PROTECTED]> wrote in message 009501c1eb9f$416ffbf0$0100a8c0@developerx">news:009501c1eb9f$416ffbf0$0100a8c0@d

[PHP-WIN] Re: mysql_fetch_array warnings.

2002-04-23 Thread Nicole Amashta
if ( $result = mysql_query($query) ) { if ($row = mysql_fetch_array($result)) { ## ... ## ... } } else { echo "Your query failed. Reason: " . mysql_error_msg(); } -- Nicole Amashta Web Application Developer www.aeontrek.com "Martin.Andrew" <[EMAIL P

[PHP-WIN] Re: username and password validation!

2002-04-23 Thread Nicole Amashta
this helps, -- Nicole Amashta Web Application Developer www.aeontrek.com "Nik Alleyne" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi there everyone, > my problem should b simple. > > Problem: > I am trying to

[PHP-WIN] Re: mssql, query and schoolboy error

2002-04-19 Thread Nicole Amashta
the $link into the mssql_query($query) function at that point. It's understood. Hope that helped ! :) If you get an error occurred on such and such line, it isn't always necessary the correct line. It may be the line before, or even multiple lines before. Good luck, -- Nicole A

[PHP-WIN] Re: mssql, query and schoolboy error

2002-04-19 Thread Nicole Amashta
the $link into the mssql_query($query) function at that point. It's understood. Hope that helped ! :) If you get an error occurred on such and such line, it isn't always necessary the correct line. It may be the line before, or even multiple lines before. Good luck, -- Nicole A

[PHP-WIN] Re: .php unrecognizable extension

2002-04-19 Thread Nicole Amashta
Ooops, I'm sure you've figured this one out by now ... 3+ months later. -- Nicole Amashta Web Application Developer www.aeontrek.com "Dion" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I am running Apache 1.3 on Windo

[PHP-WIN] Re: Creating dynamic variables and assigning values in a while statement

2002-04-19 Thread Nicole Amashta
data$counter"; or do like so: $temp="ydata " . $counter; I don't use the $$ thing, so I'm not sure what you are doing there. SO, what is the error you are getting? Or what is/isn't happening with your code? Can you be more specific? -- Nicole Amashta Web Applica

[PHP-WIN] Re: can't view php

2002-04-19 Thread Nicole Amashta
Keep reading the documentation ... if that's the only line you added, you aren't done. -- Nicole Amashta Web Application Developer www.aeontrek.com "Joey" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Ok i'm

[PHP-WIN] Re: .php unrecognizable extension

2002-04-19 Thread Nicole Amashta
Did you read your documentation on setting up Apache and PHP with Apache? You have several files to configure in order to get PHP working with Apache and vice versa When in doubt, RTFM :) http://www.php.net http://www.apache.org If you need further help, let me know. -- Nicole Amashta

[PHP-WIN] Re: executing windows command with php

2002-04-18 Thread Nicole Amashta
Go to php.net. Type in "exec" in the search box for functions. It shows you how to use exec and system to execute system commands and return the output. I have a script to ping servers on the network and get their IP's. So, it can be done. -- Nicole Amashta Web Applic

[PHP-WIN] Re: my php.ini

2002-04-18 Thread Nicole Amashta
-clicking on the directory where these files are being placed (in your case, the upload directory). Try that ... -- Nicole Amashta Web Application Developer www.aeontrek.com "Cybero" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >

[PHP-WIN] Re: my php.ini

2002-04-18 Thread Nicole Amashta
xists( $pathtonewfile) ) { echo "The file exists."; } else { echo "The file does not exist."; } -- Nicole Amashta Web Application Developer www.aeontrek.com "Cybero" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PRO

[PHP-WIN] Re: my php.ini

2002-04-18 Thread Nicole Amashta
Sorry, you already pasted code. I am trying to do 5+ things at once ... -- Nicole Amashta Web Application Developer www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > >>The file is smaller th

[PHP-WIN] Re: my php.ini

2002-04-18 Thread Nicole Amashta
>>The file is smaller than 4M and folder 100% exist on my server. Could you paste the code you are using (privately if you prefer)? And is the error you are getting just that the page hangs after you submit the file for upload? -- Nicole Amashta Web Application Developer www.aeontr

[PHP-WIN] Re: my php.ini

2002-04-18 Thread Nicole Amashta
Is 4mb large enough? If the file you are attempting to upload is larger than 4mb, it won't work either. Also, be sure that uploads directory exists on the computer PHP runs on. -- Nicole Amashta Web Application Developer www.aeontrek.com "Cybero" <[EMAIL PROTECTED]> wr

[PHP-WIN] Re: Forward Link

2002-04-18 Thread Nicole Amashta
You can use embedded javascript for this. Example: window.location='http://path/to/next/page';"; exit; ## you may want to stop execution of rest of page here but at this point you should be ## directed to the url set above. ?> hope that helps some. -- Nicole Amash

Re: [PHP-WIN] help with upload IIS php 4.1.2

2002-04-18 Thread Nicole Amashta
Make sure the path in you PHP.ini to your temp folder is setup and that path exists. When you upload files, they are temporarily placed in this temp directory (which you set in php.ini). Double check this exists. good luck, -- Nicole Amashta Web Application Developer www.aeontrek.com "C

[PHP-WIN] Re: Creating a "nice" link

2002-04-18 Thread Nicole Amashta
that path.) Good luck and don't rule out sessions just yet ;) Nicole Amashta Web Application Development -- - Nicole Amashta Web Application Developer www.aeontrek.com "R.S. Herhuth" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... >

Re: [PHP-WIN] Outputting a string from mysql database

2002-04-16 Thread Nicole Amashta
unciton if you are adding data that wasn't necessary submittted through a form to escape that single quote. You can also replace the ' (and double) quotes with their ascii equivalents. Just some tips I thought I might share. Good luck, -- - Nicole Amashta Web Application Develop

Re: [PHP-WIN] String reduce

2002-04-12 Thread Nicole Amashta
quot;;", $str ); } echo "After: " . $str; ?> And it works! ;) -- - Nicole Amashta Web Application Developer www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > you could do it like so, al

Re: [PHP-WIN] String reduce

2002-04-12 Thread Nicole Amashta
well, my code was wrong: > $str = str_replace( ";", $str ); should have been: $str = str_replace( ";;", ";", $str ); but doesn't seem to work anyway. -- - Nicole Amashta Web Application Developer www.aeontrek.com "Nicole Amashta" <[

Re: [PHP-WIN] String reduce

2002-04-12 Thread Nicole Amashta
you could do it like so, also: works for ya, I hope. peaces, - Nicole Amashta Web Application Developer www.aeontrek.com "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Sorry, but neither of these suggestion

Re: [PHP-WIN] PHP and ZIP

2002-04-12 Thread Nicole Amashta
Yeah, that was my first plan. i thought i might be able to do it with winzip, though - if has a command line. But thanks anyway. -- - Nicole Amashta Web Application Developer www.aeontrek.com "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]"&

[PHP-WIN] Re: Another Newbie Question

2002-04-12 Thread Nicole Amashta
l_select_db("guestbook", $link) or die ("Could not connect to the specified database. Reason: " mysql_error_message()); Notice that you need to get the return from mysql_connect and pass it as 2nd param to mysql_select_db. Hope that works. -- Nicole Amashta Web Application Deve

[PHP-WIN] Re: Another Newbie Question

2002-04-12 Thread Nicole Amashta
mysql_select_db("guestbook", $link) or die ("could not connect to the specified database. Reason: " mysql_error_message()); Notice that you need to get the return from mysql_connect and pass it as 2nd param to mysql_select_db. Hope that works. -- Nicole Amashta Web Appli

[PHP-WIN] Re: Different folder | Local test - Help!! (part2)

2002-04-12 Thread Nicole Amashta
Make sure you have also set correctly the path to your webserver in your php.ini. -- Nicole Amashta Web Application Development ABOL Software, Inc. ( 678 ) 494 - 3172 ext. 201 [EMAIL PROTECTED] "Tiago SimõEs" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[E

[PHP-WIN] PHP and ZIP

2002-04-12 Thread Nicole Amashta
for doing this? I found ZLib, but this doesn't seem to do what I want. Much appreciated and TIA! -- Nicole Amashta Web Application Development ABOL Software, Inc. [EMAIL PROTECTED] -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php

[PHP-WIN] Re: Passing Javascript Variables to PHP

2002-04-02 Thread Nicole Amashta
One possible way to do this is, when submitting a form, set a hidden variable to the value using javascript. Example: function setVars( theForm ) { theForm.jsvar.value = 'somevalue'; theForm.submit(); } ... This is just a suggestion. -- Nicole Amashta Web Application D

Re: [PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Nicole Amashta
Hi, Dan, Thanks, and I will use them also! nicole =) "Dan Zarrella" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > the php string functions strstr and stristr are faster and just as usefull > as the regex stuff in this case,

[PHP-WIN] Re: decision between explorer types

2002-03-27 Thread Nicole Amashta
) { ## do something } else ## all other browsers { ## do something } In this case, the regex "/ie/i" .. the 'i' aftere the last '/' signifies a case-insensitive search. Hope this helps! It works for me. Good luck, Nicole Amashta www.aeontrek.com "Fab

[PHP-WIN] Re: PHP4, ASP, and IIS

2002-03-22 Thread Nicole Amashta
to a php script, and vice versa.) GOod luck with it, Nicole www.aeontrek.comn "David Lanier" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hi, > > I am a college student majoring in computer programming, and have gotte

Re: [PHP-WIN] random elements of an array

2002-03-22 Thread Nicole Amashta
Oh, oops ... one line should not be in there ... remove this line from the randomize function: $usedIndexesArray[$i] = $randomIndex; It should not be there. I started to keep track of the indexes used, but i found better way to do it. So remove that line, it does nothing. -Nicole

Re: [PHP-WIN] random elements of an array

2002-03-22 Thread Nicole Amashta
rray[ $randomIndex ]; $usedIndexesArray[$i] = $randomIndex; } return $newArray; } ?> I have tested this. It works, Even after you refresh the page. Try it! Nicole www.aeontrek.com "B.A.T. Svensson" <[EMAIL PROTECTED]> wrote in message 27E647E5629ED21

[PHP-WIN] Re: How do you install PHP on Win98 with PWS?

2002-03-15 Thread Nicole Amashta
aven't used PWS in a while and don't have direct access to view the exact steps. I hope this helps you in the right direction. Good luck, Nicole www.aeontrek.com "Keith Hughes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... &g

Re: [PHP-WIN] Error::

2002-03-14 Thread Nicole Amashta
No way. YOu do not need to reformat. Make sure you have your mysql my.cnf file setup properly on your c:/ drive and the paths are configured with the correct paths to mysql. "Konus" <[EMAIL PROTECTED]> wrote in message 003c01c1c870$40847740$5bfd92ca@kukut">news:003c01c1c870$40847740$5bfd92ca@kuk

[PHP-WIN] Re: How do you install PHP on Win98 with PWS?

2002-03-13 Thread Nicole Amashta
and make sure PWS is running ... "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > You need to make sure you have read and execute scripts enabled and also > make sure you are web sharing the directory that th

[PHP-WIN] Re: How do you install PHP on Win98 with PWS?

2002-03-13 Thread Nicole Amashta
You need to make sure you have read and execute scripts enabled and also make sure you are web sharing the directory that the scripts are running out of. Nicole www.aeontrek.com "Keith Hughes" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTE

[PHP-WIN] Re: My Database class

2002-03-12 Thread Nicole Amashta
your own risk. Modify it as you wish as well. Thanks, Nicole www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, I have posted my database class on my site. You can get to it by going > to http:

[PHP-WIN] Re: My Database class

2002-03-12 Thread Nicole Amashta
If you had trouble downloading the zip file, please try again. I was in such a hurry, it appears the file went up in ascii mode. Nicole "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > OK, I have posted my databas

[PHP-WIN] My Database class

2002-03-12 Thread Nicole Amashta
and MSSQL databases only. You can easily add on support for the other databases as well (eg. oracle, etc.). I hope you find this class and script useful. Good luck! -- Nicole Amashta Web Applications Developer www.aeontrek.com -- PHP Windows Mailing List (http://www.php.net/) To unsubscribe, v

[PHP-WIN] Re: Scoping problem

2002-03-12 Thread Nicole Amashta
I will post the link to the list where my Database class is once I get it uploaded. Stay tuned ... Nicole www.aeontrek.com "Christian Azambuja Pagot" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > I would apreciate a lot

[PHP-WIN] Re: Scoping problem

2002-03-12 Thread Nicole Amashta
I have a class that currently will connect to a MySQL and MS SQL database. It is easy add to this class support for all the other supported databases. If you would like the code for this class, I will send it to you. Let me know, nicole "Christian Azambuja Pagot" <[EMAIL PROTECT

[PHP-WIN] Re: Can anyone translate this script to php?

2002-03-11 Thread Nicole Amashta
<%@language="vbscript"%> <%location=request.querystring("res") location=replace(location, " ", "/") %> == == This may do it. Nicole www.aeontrek.com "Ceyhun GüLer" <[

[PHP-WIN] Re: PHP / Apache on XP

2002-03-11 Thread Nicole Amashta
There are 2 additional lines you need to add to your httpd.conf file. If you are running PHP as CGI, you need these lines in addition to the set of lines you already mentioned: 1. ScriptAlias /php/ "c:/php/" 2. AddType application/x-httpd-php .php # this one you already

Re: [PHP-WIN] sendmail for windows

2002-03-08 Thread Nicole Amashta
Yeah, if you are using DHCP. Otherwise, you manually assign IPs to each computer on the network. "Ross Fleming" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > The 192.168.0.xxx range are used in Microsofts Internet Connection Sharing > I believe. The host PC

[PHP-WIN] Re: Unable to load dynamic library 'c:\php\extensions\php_gd.dll' - The specified procedure could not be found

2002-03-08 Thread Nicole Amashta
I had similar issue with my php_mssql.dll. Problem turned out to be mismatching version. Make sure that dll is compatible with the version of PHP you are using. Maybe your problem is same as mine was. Hope that helps, Nicole www.aeontrek.com "Jefferrs" <[EMAIL PROTECTED]>

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
Update: Problem fixed. Solution: replaced the current php_mssql.dll with another one (different size and date), and it worked. Must have been an issue with the dll version not compatible with the version of php (4.0.6) that I was using. Thanks for the help people! Nicole www.aeontrek.com

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
Yes. "Ray Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Have you uncomment the dll in the php.ini file? > > Thank you, > > Ray Hunter > Firmware Engineer > > ENTERASYS NETWORKS > > > -Or

Re: [PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-08 Thread Nicole Amashta
luck yet. I did clicnfg and verifified TCP/IP was there. I removed named pipes from the list. Not working yet. I just rebooted. So, we'll see ... Nicole www.aeontrek.com "Ray Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED].

[PHP-WIN] Re: for loop...

2002-03-08 Thread Nicole Amashta
for(...) { do { } while( ... ) } so that way, your code inside the inner loop will execute at least once everytime nicole amashta www.aeontrek.com "Sandeep Murphy" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > hi

[PHP-WIN] Re: What's this Error msg?

2002-03-08 Thread Nicole Amashta
Perhaps verify that the code you are running on windows is in fact compatible with windows. Some things that work on Linux just don't work on windows. That is, some functions don't work and/or can't be used on Linux. Just a suggestion, Nicole www.aeontrek.com "Martin Wrigh

[PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
OK, this still isn't working. It's not seeing the php_mssql.dll, even though it's there and the path is set correctly to extensions in PHP. I've never had trouble with this before, so I'm baffled as of now. Any ideas? nicole www.aeontrek.com "Nicole Amashta

Re: [PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
Thanks. I think I may just have needed to install the Client Tools from the SQL Server CD (and exclude the database server). Hope this works, I'll let y'all know. nicole www.aeontrek.com "Ray Hunter" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">ne

[PHP-WIN] Re: Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
Just install the client tools from the SQL Server CD (if you have this). Well, I just did this and now I will see if the rest works ... stay tuned nicole www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PR

[PHP-WIN] Connect to MS SQL server on diff machine

2002-03-07 Thread Nicole Amashta
n all cases where I have the SQL Server running on the same machine as PHP/Apache, etc. So I am guess I am just missing some other files for this to work. ANyone encounter this scenario and realized how to resolve this? Any help or direction is appreciated! TIA, -- Nicole Amashta Web Applications Deve

[PHP-WIN] Re: fasttemplates parsing

2002-03-06 Thread Nicole Amashta
h PHPLib's template class. -Nicole www.aeontrek.com "Wolfgang Schneider" <[EMAIL PROTECTED]> wrote in message [EMAIL PROTECTED]">news:[EMAIL PROTECTED]... > Hello, > > I am encountering a problem with a php "application" which uses > "fasttempla

[PHP-WIN] Re: File corruption during HTTP Upload

2002-03-05 Thread Nicole Amashta
(will use system default if not ; specified). upload_tmp_dir = "e:\uploadtemp" ; Maximum allowed size for uploaded files. upload_max_filesize = 40M *The last line there is where you specify your max file upload size. I believe default is usually 2 MB. -Nicole www.aeontrek.com "J

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
In that case, you probably could have accessed your variables like so: $HTTP_POST_VARS["action"] or $HTTP_GET_VARS["me"] Depending on how the variables were submitted (POST or GET). Nicole www.aeontrek.com Pilotdave <[EMAIL PROTECTED]> wrote in message news:[EMAIL

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
Also, for the sake of testing, replace with the actual script name. Nicole www.aeontrek.com "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > Another thing I suggest is, instead of relying on the value from $submit > (your submit button),

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
Sorry, i lost the { in my code. Below it is corrected. If ( $action == "submit" ) { ## do your insert query here } else { ## display the form } "Nicole Amashta" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; &g

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
ample, you can call it "action" and give it the value "submit." Ex: Then, in your php, you can do this: If ( $action == "submit" ) ## do your insert query here } else { ## display the form } Good luck, Nicole www.aeontrek.co

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
OK, go to your php.ini file and change your error_reporting level to this: error_reporting = E_ALL & ~E_NOTICE See if that at least yields different "error" or "warning" messages. Let me know what happens. Nicole www.aeontrek.com "Pilotdave" <[EMAIL PRO

[PHP-WIN] Re: shell commands...

2002-03-04 Thread Nicole Amashta
exec() system() For more detailed info on using these php functions, go to php.net here: http://www.php.net/manual/en/ref.exec.php Hope this puts you on the right track. Good luck, Nicole www.aeontrek.com "Crizz" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; &

Re: [PHP-WIN] cannot write to mySQL database

2002-03-04 Thread Nicole Amashta
Could you post the code you are trying to use to do this? It may just be a coding issue and not MySQL at all. Nicole www.aeontrek.com "Pilotdave" <[EMAIL PROTECTED]> wrote in message news:[EMAIL PROTECTED].; > I don't think that's it. Here's more info if it

  1   2   3   >