I am in the process of doing a small mailing list script. Does anyone have
any ideas an a SMTP server i can install under 98SE that is free and works i
can not seem to find one and my ISP will not allow me to use it without
loggin in first
Dean "The Insane Guy" Hayes
<-- I design and i redesign
Windows Wordpad again tho i have found Homesite 5 is good color coded an u
can see the line numbers if that is any help to u.
Nothing beats raw code html or php Notepad is the best ever yeah
Dean "The Insane Guy" Hayes
<-- I design and i redesign but still i never designed true beauty like you
-
the two lines out it
all starts up fine. Looking at the file
there is a cgi module that is in the LoadModule section, should I comment
that out ?
Further help would be very much appreciated.
Dean Hayes wrote:
> U can find this in the install.txt file under the php root dir
>
> I have a
U can find this in the install.txt file under the php root dir
I have always used php as a module never CGI an have never had problems
under 98SE or XP Pro
Installing as an Apache
Try this i got this working without any problems prints everything out nice
an neetly
global $user;
global $mail;
$user = ucwords($user); // capitalizes the 'p' in patrick
$mail = strtolower($mail); // converts all of FOJOMO into lower
case
if (preg_match("/@/"
;-- I design and i redesign but still i never designed true beauty like you
-->
From: Jason Barnett <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: [PHP-WIN] Re: PHP Script to Windows Program
Date: Tue, 30 Mar 2004 06:56:50 -0500
Dean Hayes wrote:
Hey,
This may sound like a stupid
Hey,
This may sound like a stupid question but i am currently working on a
Advanced Calendar script and was wondering if there is anyway to use the
same code an make it into a stand alone program. As the only programming i
know is HTML and PHP i can not make it out of C++. Is there something i
Just try and replace
width
note the extra rightmargin and bottommargin thi will ensure all sides of the
page have there margins set an not half of them it should work this time
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but st
Hey,
I need to connect to a ftp server in a IFRAME within a script. The only
problem is that the url to loginto this account is
ftp://[EMAIL PROTECTED]:[EMAIL PROTECTED] is there a way to get this
account to login to the ftp server with the ftp function and have the normal
ftp upload window in
Hey,
I need to be able to find out what the file ext is on all files within the
dir i am reading. I am searched the php manual and i can not find anything
that does this does anyone know of a way i can and print it out.
Thanks
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystica
Hey,
I am working on a new script that allow's the use to insert upto 10 extra
image per item in the catalog. What i need to do is print 5 images per line.
I need to know how i can print 5 image per field the code i currently
have is this
$num_items = amount user wants;
$num = $num_items / 2
The only way i have been able to stop getting 50+ new e-mails from this worm
everyday is to block anything from microsoft.com and a few other domains. It
is not great loss i will never recieve an e-mail from microsoft.com anymore
but it is anoying none the less. If people can create programs lik
For a refresh i use a meta tag
Works every time for me
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
From: Donatas <[EMAIL PROTECTED]>
To: [EMAIL PROTECTED]
Subject: Re: [PHP-
hey,
i use the var $PHP_SELF in a news board i have just finished. What i use it
for is some people rename it from news.php to something like latest_news.php
or anything else they want so in a form i use it like this
that will then print the following into the page code
The $PHP_SELF is just
stical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
From: "Disko_kex" <[EMAIL PROTECTED]>
To: "'Dean Hayes'" <[EMAIL PROTECTED]>,<[EMAIL PROTECTED]>
Subject: RE: [PHP-
used sessions once before
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
From: "Disko_kex" <[EMAIL PROTECTED]>
To: "'Dean Hayes'&q
Hey,
I have a script that needs to save the session id and username but when i
use the following code it will not save anything to the session file, can
anyone help out here? The same script use to work when i ran it under Win 98
and Mandrake Linux but since i have installed WinXP it stops work
You need to add the following lines to the apache httpd file make sure you
have set the dir that you have php in and not just add what is here.. also i
noticed under Win98 SE i needed to add the 2 files into the system and
system32 folder for php to work with out crashing my system you might wan
Hey,
I am doing a script that calls items from a MySQL database. The Database
holds as many rows of information as the user has entered into it what i
need to do is call information from a list of different rows like 3 to 5 or
3 to 15 how ever many the user wants. Is there a way i can use a scr
Hey,
Well i am a newbie to scripting really i have only started learning PHP
about 5 months ago and so far i seem to be going well i have just completed
a MySQL news board that has a load of functions what i need to know is the
hole news board is in alot of different scripts like site_setup.php
Did you add the lines
LoadModule php4_module c:/php/sapi/php4apache.dll
AddType application/x-httpd-php .php
to your httpd.conf file
Dean "The Insane Guy" Hayes
Mystical Web Designs
http://www.mystical-sector.com
<-- I design and i redesign but still i never designed true beauty like you
-->
I installed MySQL and was able to create one database. The next time i tried
to create a new database i tried to use a underscore (_) in the table name
and it came back with an error that mysql_query() was not a function of
mysql. I was able to change this by asigning the CREATE TABLE to $creat
computer.
Thanks.
Dean Hayes
Mystical Web Designs
_
MSN 8 with e-mail virus protection service: 2 months FREE*
http://join.msn.com/?page=features/virus
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http
database
help???
Thanks
Dean Hayes
_
Add photos to your messages with MSN 8. Get 2 months FREE*.
http://join.msn.com/?page=features/featuredemail
--
PHP Windows Mailing List (http://www.php.net/)
To unsubscribe, visit: http
hey,
i just started to get into the mail() function with php4 could anyone tell
me the best mail program to use under windows 98 as i would like to test my
scripts on my local box before i make them live
thanks
Dean "The Insane Guy" Hayes
Hey i have installed php 4.2.1 and my form data use to post to the MySQL
database and also to the plain txt files. When i upgraded my Internet
Explorer to IE6 i was unable to post data from froms. I tried goin back to
IE5.5 but that did not seem to work. I have also tried to reinstall php and
hey this is the code i can use to display about MSIE6 but even when i turn
off show http friendly error's i still get a blank page unless i use the
folowing code can anyone tell me a way to use this in a mysql way as i need
to add what the browser type is into my mysql database but first i nee
27 matches
Mail list logo