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
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
. 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
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
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
ppreciated!
TIA!
Nicole
www.aeontrek.com
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
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
- - - -
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
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
...
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
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
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
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
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
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
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
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
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
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
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
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
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,
>
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
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
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:
>
]{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
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...
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
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,
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
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
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
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
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
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].
)
#!/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
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
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
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
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
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
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
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
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
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
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
-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]...
>
>
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
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
>>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
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
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
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
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]...
>
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
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
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" <[
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
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]"&
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
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
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
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
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
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,
)
{
## 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
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
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
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
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
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
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
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
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:
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
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
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
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
<%@language="vbscript"%>
<%location=request.querystring("res")
location=replace(location, " ", "/")
%>
==
==
This may do it.
Nicole
www.aeontrek.com
"Ceyhun GüLer" <[
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
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
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]>
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
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
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].
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
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
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
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
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
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
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
(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
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
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),
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
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
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
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].;
&
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 - 100 of 201 matches
Mail list logo