Hey,
I got it, the problem was that where i was setting the session i didnt have
a session_start().
Thanks anyway.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
pt saying "echo
$data['blah'][n];" is there an easier way to avoid the 150 possible
statements? maybe via a for loop or something? Am feeling braindead right
now after sitting on the comp for 7hrs straight.
Any and all suggestions welcome. When/If replying please give me a code
Hi,
I have just found this in my book: $$var = $value
what is the double dollar for? or is that a typo?
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http
Hi all,
thanks for replying.
I guess i have to read the manaul in a little more detail now and also
update the manualam using last years one, i didnt think there was a big
differience but i guess there is.
Thanks again.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information
3 12:14 am, "imran" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> Does anyone know any free search engine for web application
>
>
> imee
>
>
>
>
Ryan Gibson
---
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
have 38 fields.
I can of course just shut off error reporting...but thats not the best
solution right? and i still wouldnt know whats causing these notices...
Any ideas?
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP Ge
IT WORKS!!!
Thanks for replying and the solution.
Cheers,
-Ryan
Hello,
This is a reply to an e-mail that you wrote on Fri, 1 Aug 2003 at
14:47, lines prefixed by '>' were originally written by you.
> Notice: Undefined variable: email1 in
> c:phpdevwwwbwhprojectcompar
> if($current_MM < $MM) {
> $age = $calculatedage - 1;
> }
>
> you'll also need to do something like this with the day of the month if
the
> user's bday is in the current month.
> at least... i think that works out :$
> Craig Roberts
>
>
> "John R
Hi,
In mySQL, I store dates as -MM-DD, a standard DATE type. It stores users
date of births. I need to calculate in a PHP script, the users age from this
DOB. I get a PHP date in the same format as the mySQL and subtract, which
returns the year rounded off. ie, it doesnt matter if your birthda
urn $retval;
}
?>
OUTPUT:
19 year(s), 229 day(s) 05:22:01
Hope this helps,
Ryan Marks
-Original Message-
From: John Ryan [mailto:[EMAIL PROTECTED]
Sent: Saturday, August 02, 2003 2:31 PM
To: [EMAIL PROTECTED]; [EMAIL PROTECTED]
Subject: [PHP-DB] subtracting dates...
Hi,
In mySQL,
yeah, thats the code i wrote myself (nearly). it gets the job done.
thanks
"Curt Zirzow" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> * Thus wrote John Ryan ([EMAIL PROTECTED]):
> > Hi,
> >
> hello ryan,
>
> > In mySQL, I store dates as
he has been kicked
out from two other lists for spamming...will someone in charge please see to
this? its frustrating and irritating.
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe
ons
of
> privacy invasion.
*/
Yeah right, we belive you. :-D
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
- Original Message -
From: "Jason Bourque" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday,
Check the phpclasses site, it has some very good examples also do a search
on google..
you can find it at http://google.com :-D
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
- Original Message -
From: "Diana Castillo&quo
s way I could use it like: "Hello and welcome, you have: $var[1] of
type 1" etc
now i am facing a new problem, I need to do the same as above but from 5
differient tables (tabl1,tabl2,tabl3,tabl4 and tabl5) I can of course run 5
select/count queries but is there a way to run just one a
theres this site i want to use to execute a command by visting a url. like
http://www.site.com/stuff.php?id=1234&message=hello_world
when i visit this in the browser when im logged into www.site.com, it works
as im logged in with cookies or sessions or whatever. but obviosuly i cant
be loged in fr
I pity the poor sap who just joined the list and instead of finding php
topics discussed finds quotes,jokes,godwins laws, quirks laws,name calling,
referneces to Hitler and other topics...
Can we end this now please?
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
our email addresses to spam people
any ideas on what we can do about it?
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
h if there is a ready made one out there which may just need its guts
rearranged or is already good to go.
Thanks for any suggestions,links,comments etc.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://w
$test1[] contains the whole GET's variables and values, how do i
pharse it so that i can dump all the $test[]s data like so:
$someVar=$test[0]. "&" .$test[1]. "&" .$test[2].etc
Kindly help.
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information minis
ot;.$test;
$xxx++;
}
$someVar = implode( "&", $test1);
but i want to not get $test1's last component ($page) into $someVar...how do
i do that?
Or another alternative would be to delete $page and $page's value from
$someVar
Any ideas?
Thanks,
-Ryan
We will
y.
ie: if their ISPs use spamcops database as one of their filters...we are
screwed.
When i see people sinking so low just calling them a motherfu does not
seem to be a big enough insult.
Something must be done though to make sure this does not happen again or
often.
my 0.02$.
cheers,
p://www.php.net/manual/en/function.curl-setopt.php
>
>
> On Tue, 5 Aug 2003 01:04:42 +0100, John Ryan <[EMAIL PROTECTED]> wrote:
>
> > theres this site i want to use to execute a command by visting a url.
> > like
> > http://www.site.com/stuff.php?id=1234&messag
be a waste of connections if the site gets
a lot of members (which by the looks of it, it will).
Any help appreciated, thanks in advance.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.ph
Hey,
that happens to be my little attempt to promote a funny site i helped to
create...some parts in php i might add.
+ Its one of my outlook signatures.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
- Original Message -
From
Hi,
thanks for replying, I am not very good with the "list" function thats why i
use foreach instead.
My new problem is that i also have to take out the PHPSESSID if it exists
and its value otherwise i am getting 2 PHPSESSID's in my url...how can i do
that with your sample code
,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
- Original Message -
From: "Chris W. Parker" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Wednesday, August 06, 2003
] which is an int)
Looking at the manuals examples I have experimented with this example
"foreach (array_expression as $key => $value) statement"
using this:
foreach ($_GET as $a => $v) {
print "Current value of \$a: $v.\n";
}
(Chapter 11. Control Structures) but no s
:
error_reporting (E_ALL);
I need to do the opposite by shuting off all warnings & notices in the
directory?
Thanks in advance,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
e"];
> ?>
>
> createDB.php
> include ('createtbl.php');
> ?>
>
> createtbl.php
> include ('variable.inc');
> ?>
>
>
> How come that the text inside the variable.inc will be shown in
> createtbl.php?
>
Ryan Gibson
---
[EMAIL PROTECTED]
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
correct order?
eg:
Auto
--Cars
--Bikes
Banking
--Finances
--Loans
Women
--Boring but REALLY good looking
--Great fun but not-so-good-looking
Any ideas? I searched hotscripts and google but found crappy programs like
phpyellow and zclassifieds which are really no good
)
php_value error_reporting 0;
but am still getting those damn notices
any other ideas?
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
with these type emails for
Washington State. If this email comes back undeliverable then it will also
be sent to the before mentioned departments with the original email
attached.
Ryan C. Carson <[EMAIL PROTECTED]>
I think this is serious enough for the list owners to do something about
k
implode.why the [EMAIL PROTECTED] didnt i think of that??
Thanks dude.
Just one last question, the last variable i am getting is page=1, how do i
increase this?
Basically I need to do a $page++
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http
ts?
I have tried:
echo $tt;
echo $tt[1];
echo $res;
echo $res[1];
print_r(array_values ($res));
print_r(array_values ($tt));
and a lot more combinations...but no use...
what am i doing wrong?
Kindly reply,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I've a string with a huge mySQL query, seperated by a semi-colon and then
line-break. You can't run this query staright to mySQL (and i dont want to
try), so Im trying to split up the query into, say, 100 mysql commands at a
time.
Is it possible to split up a string every 100 semi-colons it finds?
:[EMAIL PROTECTED]
> hello,
> you can use the split() method to break this up into pieces. Unless you
> are doing a large number of inserts on tables with several keys mysql
> will not be troubled too much by the number of queries you run.
>
>
> John Ryan wrote:
>
> >I&
Hey,
Sorry I didnt reply, was having some computer problems.
Thanks for the link and the advise, will look into it.
Cheers,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
- Original Message -
From: "Chris W. Parker" <[EM
Yep me,
was wondering why am i getting so many virus attachments from the list...but
figured that a lot of the list subscribers are probably infected...was
looking out for my name in the from: field :-D
I wonder which virus/worm it is thougham too lazy to check right now.
Cheers,
-Ryan
We
.
Kindly reply,
-Ryan A.
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
g
Any ideas? I can off course write to the hosting company but what exactly
do i ask them anyway?
Thanks,
-Ryan
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
> This
> /usr163/home/r/y/ryanknig/
>
> would be your real path i th
just split up your total number of results ($num_rows) by the results per
page (10, i think) and create a for loop to loop from page1 to pagex,
creating a link with offset for each one.
simple.
"Ted Conn" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi I am new to this newsgroup a
.
Kindly reply,
-Ryan A.
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey,
Thanks for replying.
the paths i am using are as follows:
$UserUploadDir="/usr163/home/r/y/ryanknig/public_html/BWH-Ads-Images";
$UserUploadURL = "http://jumac.com/BWH-Ads-Images";;
But they still dont workany ideas?
Thanks,
-Ryan
> I've had this prob
Let me again point out that this problem only seems to be on this server,
the scripts including the upload is working perfectly on the other test
servers/sites.
Kindly reply,
-Ryan A.
We will slaughter you all! - The Iraqi (Dis)information ministers site
http://MrSahaf.com
--
PHP Genera
anual at the phpinfo site is the default, maybe i should change it to "on"?
but how via a .htaccess as i dont hvae accsess to the php.ini file...
Thanks,
-Ryan
> how about giving the specs on all three servers?
>
> So WE can see the differences.
>
> Jim Lucas
>
he first place...
Thanks,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
test message
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
w
If interested and you think you qualify, write to me with your details at
[EMAIL PROTECTED] with the subject: 'free servlets host'.
All comments appreciated.
Cheers -Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
PHP right now
If interested and you think you qualify, write to me with your details at
[EMAIL PROTECTED] with the subject: 'free servlets host'.
All comments appreciated.
Cheers -Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
On 25/3/03 2:37 pm, "Iggy" <[EMAIL PROTECTED]> wrote:
> can somebody tell me why I am getting this:
> Warning: session_start() [function.session-start]: Cannot send session
> cookie - headers already sent by (output started at
> c:\inetpub\wwwroot\search.php:8) in c:\inetpub\wwwroot\search.php on
On 28/3/03 11:44 am, "Philip J. Newman" <[EMAIL PROTECTED]> wrote:
> $mydate = "20030328231154";
>
> $myPrintDate=date ("l dS of F Y h:i:s A",$mydate);
>
> echo "$myPrintDate";
>
> Whats wrong
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/un
if ($HTTP_GET_VARS["pr_ID"] = "nothing" ) {
}
else if ($HTTP_GET_VARS["pr_ID"] = "something") {
}
else {
}
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ok i've reinstalled phpseveral times now, reinstalled mysql, and even reinstalled
apache once but i am still getting this same problem.
when configuring php i use --with-mysql and it configures just fine. i've even added
an =/path/to/php after it to no avail.
i keep getting this on pages t
in addition to my last response, if you go to http://www.php.net/manual/en/ you can
find more than you ever wanted to know about php. just use the search at the top.
>>> Tim Haskins<[EMAIL PROTECTED]> 03/31/03 01:56PM >>>
I'm used to asp and not php, but what would the code be for and if stat
Sorry about that. i did use /path/to/mysql. i wasnt paying attention when writing my
pervious post.
-Ryan
>>> Jon Haworth<[EMAIL PROTECTED]> 03/31/03 04:00PM >>>
Hi Ryan,
> when configuring php i use --with-mysql and it configures just
> fine. i've even
yeah i did send it to the right place. everything was configured as it should have
been. thats why i dont get this. nothing i try works for this. it's perplexing.
-Ryan
>>> Tim Burden<[EMAIL PROTECTED]> 03/31/03 05:22PM >>>
Right, defaults to /usr/local/ for the
just stuff like that. this is usually the
first place i go if i want something that i dont feel like writing.
-Ryan
>>> Phil Schwarzmann<[EMAIL PROTECTED]> 04/01/03 08:29AM >>>
Where can I find information on using PHP along with secure online Credit
Card orders?
Than
here's some things you can check out:
- make sure the path to sendmail is correct/default
- make sure sendmail is running
- check: http://www.php.net/manual/en/function.mail.php and make sure that everything
you're doing in that function is allowed and correct.
>>> Haseeb Iqbal<[EMAIL PROTECTED]
make sure you have a semicolon on line 200 or it could cause an error on line 201. am
i right in assuming that this is a switch? can you provide us with a small block of
code before and after this line? maybe 5 lines on either side...
-Ryan
>>> Andy<[EMAIL PROTECTED]> 0
talk to the php authors. just e-mail someone @php.net. those guys can most likely
host your stuff under their documents area if they like them.
-Ryan
>>> <[EMAIL PROTECTED]> 04/01/03 07:39AM >>>
Dear List,
Recently I've conducted internal training progra
ok, my last post stated that i've tried reconfigureing.making/makeinstalling php 4.3.1
a tons of times. well, today when i typed php -v it told me that version 4.2.2 was
the one that was installed. so apparently my installing has not been taking the place
of the old one.
The original root i
you can try just straight --with-mysql without the = and it may be in the default
path...
>>> Don<[EMAIL PROTECTED]> 04/02/03 03:18PM >>>
Hi,
Trying to install PHP with the ability to interact with MySQL. In my
configuration, I've included the option:
--with-mysql=shared,/usr
There are no com
installed in /usr/local.
Simply remove the old installation (man rm ;-) and change httpd.conf to
look for php in the new place
Ryan Vennell wrote:
>ok, my last post stated that i've tried reconfigureing.making/makeinstalling php
>4.3.1 a tons of times. well, today when i typed php -v it t
my other post seems to be getting a ways down, so i'm posting this up top. where in
the httpd.conf can i find the directory entry for PHP? i cant seem to find it
anywhere in there and i need to change it. thanks for any help.
-Ryan
--
PHP General Mailing List (http://www.php.net
h ok i did a searh in it and found no reference to php. is there anywhere else i
would find a place in apache settings that would be telling it where to find php?
Thanks
-Ryan
>>> Ryan Vennell<[EMAIL PROTECTED]> 04/03/03 03:29PM >>>
my other post seems to be get
ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but
i'm not an extremely advanced user either so any help would be useful... i cant
exactly run apache w/ php w/out this module. thanks for any help any of you can give
me.
Redhat 8/apache2 (ugh @ bo
that much right?
BTW, nice design.
Cheers,
-Ryan
- Original Message -
From: "Mark Owen" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, June 06, 2003 12:24 PM
Subject: Re: [PHP] [FYI] phpbooks.com
> > > we set up
Hey Mark,
As an experiment I guess its ok, but as a steady stream of money I had my
doubts.
Best of luck.
Cheers,
-Ryan
- Original Message -
From: "Mark Owen" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Friday, J
a little help?
>>> Ryan Vennell<[EMAIL PROTECTED]> 06/05/03 09:36AM >>>
ok, when i compile php i dont get libphp4.so. i'm not a linux Newb or anything but
i'm not an extremely advanced user either so any help would be useful... i cant
exactly run apache w/
ok when i try to start apache2 (on redhat 8, php 4.2.2) i get this:
Starting httpd: Syntax error on line 176 of /etc/httpd/conf/httpd.conf:
Cannot load /etc/httpd/modules/libphp4.so into server: libssl.so.4: cannot open shared
object file: No such file or directory
[FAILED]
line 176 of the htt
chances are, if it's possible it'd be a plugin or script on the PGP homepage. try
there. or maybe try http://php.resourceindex.com/ they may have something of use to
you....
-Ryan
>>> Ben Cheng<[EMAIL PROTECTED]> 06/06/03 08:54AM >>>
Any way in PHP to
Hi,
Is there any way to get a COUNT of records (SELECT count(*) FROM main_my
where type=$t) for 5 types using hopefully one select statement and then
dumping that into an array?
The reason I am asking is running 5 selects on the DB at once is not a very
good idea...right?
Thanks,
-Ryan
http
Thanks guys,
will give it a shot and write back if i have any problems.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
can use it...
something like:
$one=$row[1];
$two=$row[2];
$thr=$row[3];
heres the code:
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Basically I am offering some packages and I want to say:
These are the following packages with your account:
package1 (-$row1-)
package2 (-$row2-)
package3 (-$row3-)
package4 (-$row4-)
package5 (-$row5-)
how to do it?
Thanks,
-Ryan
> Maybe you should tell us what you really want to
Hi,
I dont have packageName therejust id,type
Plus i need to do this in 2 placesso if i could assign each counts
result to a variable...it would be reay easy.
Cheers,
-Ryan
- Original Message -
From: "Boaz Yahav" <[EMAIL PROTECTED]>
To: "Ryan A&qu
] = $p5;
}
else {echo "not working";}
// header("Location: my.login.php");
exit;
}
it always gives me "not working"
Any idea why?
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi all,
Please disregard the last mail.
Cheers,
-ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
sql is entered into his accounts database for use later
on.
Sorry if that sounded confusing but if you get what i am trying to say you
will see that its not really.
Thanks for your help,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Liar Liar,
This is your site..I recognize the english/spelling mistakes.
-Ryan
- Original Message -
From: "l" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Friday, May 30, 2003 2:24 PM
Subject: [PHP] Suggestion of webpage about search engines
&g
sting.
Cheers,
-Ryan
- Original Message -
From: "Saint Urho" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Sunday, June 01, 2003 4:40 PM
Subject: Re: [PHP] Re: cheap PHP+SQL WebHosting
> I have been using phpwebhosting with no problems for the last year.
&
oops sorry, was just trying to reply to the dude and didnt mean to also mail
the whole list.
Cheers,
-Ryan
- Original Message -
From: "Brian V Bonini" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>; "PHP Lists"
cookies are too complicated.
Thanks,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
o.php or thr.php
depending on which BUTTON is pressed (I am using html buttons ) I have 3 buttonshow do i set it?
Sorry this is so O T but any help appreciated.
Thanks,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
if(($totalrows % $limit) != 0){
if($i == $page)
echo($i.": ");
else
echo("$i ");
if(($totalrows - ($limit * $page)) > 0){
$pagenext = $page+1;
echo(" NEXT ");
}else
echo("..");
}
Hey John,
Thanks, its working fine now, actually a little better than I expected :-)
Dont understand the logic though, if you find time point me to the correct
place where i can read up and figure out the logic you used.
Thanks again.
Cheers,
-Ryan
- Original Message -
From: "J
G=Google+Search)
If possible send the warning to your family and pals, you never know you
might save someone some embarassment and may actually get one of these
f#$#^$@ [EMAIL PROTECTED] thrown in jail. Not everyone is as smart as you and some
people are new to the net so might fall for this.
C
how you installed it.
Thanks,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
ible reply with a little code as am feeling braindead.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
guys have any
idea/s?
The closest i got was this from google
http://www.hotscripts.com/Detailed/16425.html but that again gave me a 404
page :-(
What do ya think?
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
Apache is a fantastically written server/program, thats why it has its own
mailing list.
why not write there? You will get a lot more answers to the point plus you
wont bug others on this list.
Cheers,
-Ryan
- Original Message -
From: "Simon Thurtle" <[EMAIL P
Hi,
Just one question, is there any way that when a person logs in via the
htaccess popup that i can know via my php script...and can i also get his
username?
Thanks,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
I myself use PHP BlackBook and started off on that
got me this far and still keeps me going.
HTH
Cheers,
-Ryan
- Original Message -
From: "Jay Blanchard" <[EMAIL PROTECTED]>
To: "Brian @ BHTSystems" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
d all help appreciated.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you
can write and ask them if you have any questions about our service...
I will be happy to answer any of your questions.
Cheers,
-Ryan
P.S my above offer is only for 1 year hosting contracts.
- Original Message -
From: "Steve Magruder" <[EMAIL PROTECTED]>
To: <[EMA
.without the user re-picking the
packages(not done)
I was able to do the above (point 3) when i was working with a simple array
(eg: id[]=1) but am unable to do so when working with the newer one
(id[something]=1)
Any help appreciated.
Thanks,
-Ryan
--
PHP General Mailing List (http
/redir.php?ad=15&aid=2310
Cheers,
-Ryan
- Original Message -
From: "Kevin Saenz" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Cc: <[EMAIL PROTECTED]>
Sent: Wednesday, June 11, 2003 2:06 AM
Subject: Re: [PHP] Re: Warning Spammer
> Spamassassin with Razor wor
So dont buy it...download a free copy and for the next month or so bounce
all the spam crap back to the spammersat least you will be taken off
some of their lists as your address will be marked as invalid...
Just my 2 cents coz thats what i am doing, cant do much else can we?
Cheers,
-Ryan
und 150$ a
month for hosting a site and offering you just 25mb of space..no
databases/php/cgi-bin etc just a mail server and you can send however much
of junk you want from there
Cheers,
-Ryan
- Original Message -
From: "Randum Ian" <[EMAIL PROTECTED]>
To: <[EMAIL PROT
101 - 200 of 1648 matches
Mail list logo