Hi,
I am thinking of using LiteSpeed on a dedicated account that our company has
reciently purchased (P4 2.0GHZ, Linux, 80gb space, 100gb bandwidth.etc),
anybody out there already using it and facing any problems?
One of the main reasons we want to use it is because of PHP/JSP and
Servlets
Hey Chris,
After reading your post I too downloaded SlickEdit...I personally use a mix
of Zend and EditPlus
Just opened slickEdit and it seems a bit complicated but more java
oriented...mind telling me why you have such a preference for this?
Cheers,
-Ryan A
http://bestwebhosters.com
>
Hi,
I was testing a script from one of our sites and then suddenly all emails to
that site is giving me this error:
"Unrouteable address"
and a hell of a lot of blah blahs
I also tried it from regular email and am getting the same problem.
What to do?
Cheers,
-Ryan
--
PHP Gener
Hi,
I'm just screwing around with the date() function and timestamps but have
run into a little logic problem...
So far (as you can see with the below posted code) I can manipulate
days,hours and minutes...any idea on how to do months and years?
Lastly the goal of this is to make take al
Hi everyone,
This "very simple" program is driving me nuts, heres what i am doing:
1.making a timestamp with the current time.
2.reading from the timestamp and trying to "render" the date again
$ryan=strtotime ("now"); echo $ryan."";
echo strftime( &quo
Hey,
Thanks, it works!!
>Replace %G _with_ %Y
cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey Chris,
Thanks for replying.
Its certainly weird how its working with you, it should have worked with me
too as I did that example straight out of the manual (slightly modified to
suit my needs)
Anyway, here is a solution sent to me by Jon from the list which works
great, might work with your
Has this crap from hanmir started again?
Everytime I post to the list i get that @[EMAIL PROTECTED]@# letter from there telling
me
his mailbox if full.
Nearly every 2 weeks the mods kick the SOB out but he or someone else from
that damn domain comes bouncing right back in
Its really p155ing m
:
somsite.co/getFile.php?user=a&pas=b&fil=a.something
(a)check if $user with $pas of b is allowed to download a.something
(because i dont know if its zip,pdf or what)
if yes
(b)open a file save dialog, give him the file
I can do (a)...how to do (b)? I have checked up fpassthru and readfi
[snip]
Please dont post all the programs you write and then ask, 'help me
make this better.'
[/snip]
Yes, don't *ever* do that, only I am allowed to do
that...
and another thing, don't ask John H for help (or sarcastic comments)...
that too is reserved just for me.
You have b
Hahahaha
I totally agree, but the problem is this d*** knows a fu* hellava lot
about PHP and we would be
pretty lost on the list without him.
Its the old problem of which is worse...the devil or the deep sea...
Cheers,
-Ryan
>> and another thing, don't ask John H for help (o
Hi,
I want to log logins to a directory protected by a .htaccess file
every someone logs in with username ASDF i want to increment a counter.
According to the documentation if a php script calls/invokes the basic
authentication box, it is passed back the username/password (which is
exactly what I
Hi,
We have a site that runs a kind of membership section.
When a person logs in we have his username + 3 variables in session, the 3
variables are used for background processing and are never disclosed to the
client, all 3 variables contain 1 or 2 digit numbers.
Somehow 1 person has found out
NO! Globals are on
And asking the others they tell me that around 20% of the scripts (around
300 scripts) wont function with globals off :-(
What to do?
Please help.
-Ryan
P.S how can you do this even with globals on?
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit
Hi Tom,
Thanks for replying.
> encrypt the numbers and decrypt them before use, if they wont decrypt to a
nuber
> ditch the connection. If you need a class for that I can send it to you
Yes please, that should help, but am new to classes so one or two lines on
how to implement them wo
Hey,
> Use an ini_set in your sessions script (I am assuming that you are using a
> seperate script to manage your sessions)
Not really, I use authenticate for the login, then above each script i have
a session_start() throughout the site.
Its gotten to be a habit that i start a scrip
priate.
Yep, I just created the session and nothing beyond. Am new to PHP and first
time/project user with sessions.
now what to do?
According to the (link that you sent me) docs this is the only one that
seems a bit feasible: session.use_only_cookies
I cant have ssl as its a shared webhosting and
Hey,
Thanks for replying.
**
$_REQUEST is a great superglobal, check it out...
And at the top of the hijacked script:
while(list($tmp1,$tmp2)=each($_SESSION))
$$tmp1=$tmp2;
$tmp1=tmp2=NULL;
Could work.. :p
Can you tell me what the above does please? (am quite a
Hi Tom,
A mighty big thanks for that class, I'll read up on classes tonight and try
to understand it.
Thanks for the tips on how to use it too.
> To help prevent problems with stuff like this it is always a good idea to
declare
> variables before using them, especially with sessions:
&
l be enough
Nope, in the url,$_post and hidden fields are the things that he has an
option of legally changingI checked those scripts thoroughly...its only
the sessions where there's a problem.
I'll make the "top changes" for now and after I read up on classes and am
sure o
Hey,
Sending John on a cruise is a fantastic idea, if we pay a bit more can we
keep his sarcastic ass there???
Hehe, just kidding, the dude has helped me (and a whole lot of others) a
lot...its payback time.
I am not a rich guy and not based in the states, so my one and only little
question is
Hi everyone,
Just a simple doubt and basically your opinion needed.
I have an option box on a webpage and have around 10 options on it and have
run into a doubt,
which is more efficient to do:
1.
>Something1
>Something2
(or)
2.
instead of having the mixed in the HTML is it better t
Hey all,
Thanks for clearing up my little doubt, I wanted to know if there was a
major differience.
John, thanks for the reply and I know it makes sense (like all your replies)
but I just kind of got my feet wet with php
and getting to the interesting stuff, learning while i go along of course
Hey,
thanks for replying.
/*
...but you can still overcome this with some good server-side
caching (for example, is it necessary to dynamically generate a response for
every request if the data isn't very volatile?).
*/
My main pages are basically querying the databases for hosting
Hi,
I have a search form that queries the database and returns results in this
order:
company name1
1plan 1
1plan 2
etc
company name2
2plan 1
2plan 2
etc
company name3
3plan 1
3plan 2
etc
etc etc
This is my sql:
$sqlle = "select * from $table_namee where price <=$max and spacee >
Hi Marek,
Thanks for replying.
If I do that I get the companies neatly but the not sorted according to the
$TheOrder...:-(
Yep, am checkign user inputs.
Cheers,
-Ryan
> I hope you check all user inputs for validity. Your order clause should
> be "order by custno, $TheOrder".
Hi Ray,
Thanks for replying.
Can you give me a small code example please?
This is what I am using to get the companies in order:
if(empty($Tcompany))
{ $Tcompany = $row[4]; }
elseif($Tcompany != $row[4])
{
//echo plan and html here
$Tcompany = $row[4];
}
(I think the above
Hi,
Thanks for replying.
Yes, i know ordering by both at once as if they were on the first place is
illogical, thats why I need a php answer to "wangle" thisI want the
desired output to be the same when the sort by was by default "price"..eg:
company1
1plan1
1plan2
co
t said something about caching the result...but I really
couldnt understand...am looking into it though.
Any ideas or questions?
Thanks,
-Ryan
> Hi again,
>
> I cannot spot any difference from the original that you already have.
>
> Marek
>
> Ryan A wrote:
> > Hi,
the sql
parameters)
etc
I've pretty much given up on this coz I have been experimenting with
differient code and my brains gone to mush right now...
Thanks for trying.
-Ryan
> Still you have shown only how you didn't want the results ordered but
> how you want them.
>
>
Now HERES a good PHP related thread thats been going on for around 2
days...:-D
>Yes, but think about all the presents, hangovers, etc. they miss.
On Thursday 23 Oct 2003 2:12 am, Mike Migurski wrote:
> >> >I do wonder what the rule for those born on Feb 29'th. Do they
>
Nope, am a newbie here and I myself admit my grasp of php aint aint the
best, but dont you think something as "interesting" as this should be
discusses offlist?
(And yes, I do see the irony of cc'ing this to the list...)
Lastly, where in the world did you get "pedant&qu
Hi,
we have a site that is catering to webhosts and programmers, as you can
understand these people know computers and programs :-)
They are fooling around with the default settings of their accounts and
giving us funny results and basically being a PITA, asking them nicely to
quit... we are sure
Hi,
I am running a very simple query to the database, basically select all the
firms which start with 0-9,
eg.
1stcompany
3isgood
etc
using this:
$qry = "select cust_no,firm from companies where firm LIKE `%0123456789%'";
It gives me this error:
Error: Unknown column '012
If I have said it once I have said it a thousand times..MAC's are evil.
Step away from it and leave the darkness behind.come towards the light
and thePC
:-D
Cheers,
-Ryan
(P.S in case you hav'nt guesseda PC user)
G'day Adam, David, John etc
>> I hav
n - wrote:
>
> >Just by reading this -> http://www.apple.com/macosx/ esp.
> >these last two sections:
> >
> > * Solid as a rock
> > * Developer's dream
> >
> >would give people reason to consider and even "switch"...
> >
> Mac
with serial number 5073-11 drew
the lucky numbers 43-11-44-37-10-43, and consequently
won the lottery in the 3rd category.
You have therefore been approved for a lump sum pay
out of US$5,500.000.00 in cash credited to file REF
NO. OYL/25041238013/02. This is from total prize money
of
US$80,400,000.00 s
Hi,
Is this PHP's or Mysql fault or my own ( most likely)?
I'm doing a simple query to the DB and want any companies which start with a
number as the first "letter" to come up...
eg:
1company
23blah company
007bonds company
7lucky seven
etc
This is my query:
if($bok==
Hey,
Paying 15$ extra just for php is IMNSHO madness, PHP is widely supported and
is being offered with plenty of hosting packages totally free...I have seen
some packages/plans offering 35mb space, 1gig bandwidth etc for just 81cents
a month WITH PHP
Check out http://bestwebhosters.com do a
Hi,
Coming from a java JSP background I have a small question,
in Java when you make a JSP, a servlet is created during execution and if
you poke around the webserver
you can actually find this servlet and read exactly what java reads before
executing...is the same thing possible
with php?
In
Guys,
I dont mean to get into your very heartfelt flaming / arguement but can you
take this offlist please?
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I thought i knew the useage of the "global" keyword in a function but after
reading a pals program i am really confused, i tried http://php.net/global
but that does not give me any results...searched the list and found some
reference to global and the "scope" of the functio
Got it, thanks.
For a snob you aint half bad :-D
Cheers,
-Ryan
> http://us4.php.net/language.variables.scope
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
A while back there was a discussion of a good reminder service script, I
need one now, have searched at hot scripts but because there are so many
scripts there its a bit confusing...
am still searching there but if any of you remember it, remind me please :-)
( in case you're con
Whats it about?
Can you give me a list of features?
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I have a database class that is working perfectly by itself, the only
problem is it works fine when the login details to the database are in that
file...but since i have other apps using that login info I want to have the
login info in a seperate file an include it in this class...but when i
Hi,
I have a database class that is working perfectly by itself, the only
problem is it works fine when the login details to the database are in that
file...but since i have other apps using that login info I want to have the
login info in a seperate file an include it in this class...but when i
Hi,
I have a database class that is working perfectly by itself, the only
problem is it works fine when the login details to the database are in that
file...but since i have other apps using that login info I want to have the
login info in a seperate file an include it in this class...but when i
Hey guys,
Thanks for replying.
This is the solution that actually works.
class ads_DB extends DB_Sql {
var $Host = "";
var $Database = "";
var $User = "";
var $Password = "";
/* public: constructor */
function ads_DB($query = "") {
global $MR_Host,$MR_Database,$MR_User,$MR_
Hey all,
Check out Bestwebhosters.com for a free PHP contest.
Prize is 1 year of free webhosting on a 200mb space account and
1 domain name of your choice for a year.
Cheers,
-R
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey David,
>Just did; didn't see it. Got a full URL?
yep, http://www.bestwebhosters.com
heheheeh
theres a contest link on the top right.. under resources,showcase etc
HTH.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey again David,
% >Just did; didn't see it. Got a full URL?
%
% yep, http://www.bestwebhosters.com
% heheheeh
?*snort* That's not good enough.
Hehe maybe not, but you gotto admit, pretty funny :-)
% theres a contest link on the top right.. under resources,showcase etc
>
il as an attachment and I have to
> double click your "attachment" to open up in a new screen...same damn
> thing happens when i get forwards...i have to open one embedded
> forward after another. Am using outlook.
Funny thing I asked him nearly the same question today also. I have
Hey,
Or CodeSecure from http://securecents.com
Cheers,
-Ryan
P.S - biased opinion as i work with them.
> Ok then, that's nice to hear.
>
> How about then the idea of including a reasonably good compiler/encoder
into
> standard PHP distribution? For example Turck MMcache
Hi guys,
Is it possible to run a SSH command from php?
coming from a windows background I have no idea about shell/SSH and am
pretty lost.
Doing a quick search on google for "SSH commands" and "SSH help" returned
quite a lot
of crap that really didnt help me learn.
Now I know
Hey David,
% Is it possible to run a SSH command from php?
>Sure; it's possible to run any command from php. It may not work all
>that well, though :-)
heheh, good one. As helpful as usual :-D
% coming from a windows background I have no idea about shell/SSH and am
% pretty lost
Hey,
Pretty good program, i might use it myself after a few modifications.
Much better than the old emails..
eg:
"Tristan pretty is out of the office.."
:-D
Cheers,
-Ryan
http://Bestwebhosters.com
- Original Message -
From: <[EMAIL PROTECTED]>
To: "Aless
(eg
$email becomes something like $2d4g3a5sd) your $email variable is not
recognised in the rest of the program/s, which is quite a pain in the ass
explaining to a customer who just bought your software to enter the $email
variable in $2d4g3a5sd and their $blah variable in $234sdhk23 etc etc
I
/*
Hmmm, that's prepending... how about:
$money = 30.'$';
or if he wants it at the beginning:
$money = strrev( strrev( '30' ).'$' );
*heheh*
Rob.
*/
Pretty damn good and didnt require the installation of Interjinn either!!!
Hehehe
Peace.
-Ryan
--
PHP General Mailing List (http://www.php.n
Dear Mr Jeffrey Dyke
There are some queries regarding PHP 4.1.As you mentioned in php 4.1
register_globals=off. are set for security reasons.
Is it Required to have Form attribute as enctype="multipart/form-data" if i
have a File Upload on the Particular Form.
i.e
I am Facing a
..
But when I ECHO 'new_loc_path' in a function I get
S:\\Script\\License\\
But I want go get
S:\Script\License\
can anyone help ???
//Anders
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I have 2 main php questions and a few sub questions :-)
1.
I have Dreamweaver/EditPlus and Zend developer (some full versions some
trial) (am open to trying out other tools)
Is there anyway to do a find/replace on a particular variable in a whole
directory? (or all files that refer/use that
> http://pear.php.net/package/HTML_Progress
Very nice,
But seems to have a problem with Netscape Communicator 4.75
Works perfectly with IE and Opera it seems
Cheers,
-Ryan A
http://Bestwebhosters.com
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
Hi,
Can anyone recomend a good blog software that does the following:
1. Have differient articles on the first page and show the first x ( or 10)
words then a link to the rest
eg
Php make leaps and bounds in the field of ... click here to read article
2. Users have to register to post replies
.
Thanks,
-Ryan
- Original Message -
From: "Boaz Yahav" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PROTECTED]>; <[EMAIL PROTECTED]>
Sent: Saturday, November 29, 2003 10:19 PM
Subject: RE: [PHP] php blog site for 123php.com
Have a look at http://ww
Very nice, except please put a OT in the subject when posting something like
this.
-Ryan
> Hi,
>
> We would like to announce to PHP Users and Developers that:
>
> http://www.opensourcexperts.com
>
> has added a category for PHP and several other PHP related projec
Hi,
I am totally new to using RSS feeds and need a little help.
I downloaded a few good classes to use RSS but dont know where to get the
feeds from...
our site is going to be totally PHP geared:
eg:
PHP Articles
Program snippets
(forum (maybe))
etc
Any idea how I can get a feed from Slashdot
Eddie
>
> -Original Message-
> From: Ryan A [mailto:[EMAIL PROTECTED]
> Sent: Friday, December 05, 2003 2:34 PM
> To: [EMAIL PROTECTED]
> Subject: [PHP] PHP RSS sites and SlashDot
>
>
> Hi,
> I am totally new to using RSS feeds and need a little help.
>
> I d
Hi,
Thanks for replying.
just had a look at your feed, pretty good but I dont think it will be
useful to the people who visit my site as its too commercial and basically I
want nothing but useful stuff to the visitor who will be a programmer or a
newbie.
The site is going to be "commerc
Hi,
Some son of a * is spamming people and using one or our websites as a
return address, so all the emails that get bounced are coming right back to
us, as you can imagine thats quite a lot, plus we are getting angry people
writing to us.
I had a look at the emails and I see its the usual
proxy or
something because of the nature of the site (http://www.noCme.com)
Damn, that Va word is so badly blacklisted I'm pretty sure I must have
not recieved some emails from pals that contained jokes with that word in
it... :-(
Lets all hope that spammers get leprosy and their main
blah 3
click here to read more
When clicked it would display from "blah 4" to "blah 6" then another click
here for 7-9 etc
Any body know of such a script? I'm pretty sure they must be around coz I'm
a total newbie to this but others too must have had this requirme
Hi,
This was asked some time ago but cant find it in the archive, anybody
remember how it was solved please write and tell me.
Requirment:
Write domain name in faint color on picture (a kind of "watermark")
Reason:
I have 3 directories full of images that are original to our site and
Hey,
Thanks for the heads up but I have a heck of a lot of images and the site
has pretty good traffic so I cant afford to do this on the fly, I was
looking for something where you just drop all the images into a folder, run
the script and pick it up in the output folder all ready for the web.
I
Hey,
Thanks for writing.
I did want to check out what Al wrote but got scared as he mentioned "steep
learning curve"
Cheers,
-Ryan
http://Bestwebhosters.com
- Original Message -
From: "Marek Kilimajer" <[EMAIL PROTECTED]>
To: "Ryan A" <[EMAIL PR
Hi,
Its been quite some time since I have done any compiling, the last time was
java and before that C...which was years back.
I want to install Turck MMCache for php on one of our new dedicated servers
as we will be running a crapload of scripts there...differient
applications...we estimate
Hi,
Problem is, I want to compile on my win2k pro machine for the linux
dedicated machine..
I have never compiled php before, I got one of those "ready to go packages"
(PHP+MySql+Apache - in one .exe file)
Cheers,
-Ryan
> On Wednesday 10 December 2003 08:23 pm, Ryan A
> And because I'm such a nice guy:
> #!/usr/bin/php
> //remember the trailing slash
> $dir = '/path/to/files/';
> $text = 'www.example.com';
> $fontsize = 2;//1 - 5
> $dh = opendir($dir);
> while(false !== ($file = readdir($dh))) {
> if(
Hey David,
Thanks, no offense taken.
>HTH
Sure did.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
I'm on a win2k pro machine and need to copy a modified httpd.conf file to my
linux box,
I dont really know much about SSH and just learned a bit with my pals help
(google)
I am able to navigate around the directories, get a directory listing and
delete...am unable to copy files fr
Hi,
We were running php files prefectly well a little while back, then we
restarted apache and now the php files are not executing, instead its giving
us a save dialog box...
What to do and what do you think is wrong.
Please help.
Thanks,
-Ryan
http://Bestwebhosters.com
--
PHP General
Hi,
Thanks for replying.
We are on a freebsd account, the way we are setup is:
../apache/httpd.conf
../apache/virtual_hosts/www.sitename.tld.conf
we basically had to add some directives to one of the domains, which we
added and then put it back in the virtual_hosts directory, we later took out
Hi,
Thanks to everyone who replied.
I still dont know what was wrong but heres what I did and PHP is working
again,
I went back in, stopped apache, called the domain from my browser...then
waited a minute, started, and it worked.
Only thing is, i dont know what caused it.
(It even accepted
Hi,
Am a bit puzzled here, we have to run a script to start/stop a serverbut
we have to run the script below the public folder!
this is our structure /blah/theServer/public_html/
the script is located in /blah/theServer/
I noticed one funny thing about this script, it starts with: #!/bin/sh
Hey,
Thanks for replying.
The server is on Linux and is remotely hosted, my local machine is on win2k
pro.
A client wants me to set this up, I have setup the whole thing but this
needs to be started
you keep mentioning "command line", what command line?
You mean I should SSH in
Thanks guys,
Will ask the owner/host for a SSH login and privilages and get back to ya if
things go wrong.
This list and the people in it really rock.
Cheers,
-Ryan
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
One wonders how two retards got together to give birth to a bigger retard
like you.
> Hi,
>
> I am a bit puzzled here, I have to wipe my a$$ after
> taking a $hit...but I have to wipe while i'm on the
> toilet!
>
> My usual way is to stand up and do it.
>
> I no
Hey,
thanks, didnt know that.
But is it possible to also add the start or stop parameter?
Cheers,
-Ryan
> You could just as easily
>
>
>
> Assuming that:
>
> 1) the webserver has rights to execute the script
> 2) you *must* execute this from the webserver
> 3) it
Hi,
I am making a personal project like so:
I enter something in the text box (eg. "PHP REALLY ROCKS!!!")
then the program checks if that string already exists in the database, if
no, then it should enter it into the database and also generate a "key"
This key can be gi
Hi Justin,
Yes, I admit the project sounds pretty screwy.
The project is needed for a clients son, he's a small twerp who wanted
something like this and since this is an old client who gave us quite a bit
of business, rather than say no and upset him...I took this on.
The key has to be a m
Hi,
Holiday greetz to everyone, heres a card for ya:
http://www.jumac.com/free-birthday-christmas-holiday-greetings/upcardme.php?step=pickupid=2k03596bb8f8/Php
list/[EMAIL PROTECTED]
and now...my problem :-D :
We just took a dedicated server (Linux) and want to install Turck MMCache
for PHP
Hey,
And a very Merry Christmas to you too...think I dont mean it?
Check this out:
www.jumac.com/free-birthday-christmas-holiday-greetings/upcardme.php?step=pi
ckup&id=2k03596bb8f8
Cheers,
-Ryan A
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php
Hi guys,
Its not 5am here and have started on a blasted problem where am feeling like
a maths dumbass...the old noodle is just not working, any help appreciated.
Problem, selling 4 packages rangeing from $27.50-$99.00 a month...the
subscriber can change anytime he wants from one package to the
month. Do a quick compare given
the month for the # of days. For the sake of example, we'll assume the month
in question has 31 days. So, here's some givens:
$month_days = 31;
$former_plan_days = $current_date;
$new_plan_days = ($current_date - $month_days);
Now, to get
Hi,
I have downloaded and am fooling around with small http server...while
reading the documentation I see that you can intergrate it with PHP/PERL etc
but the details are a little "high funda" for me, just too scarce or not
written properly (the authors first language is not englis
small http server...while
> > reading the documentation I see that you can intergrate it with
> PHP/PERL
> etc
> > but the details are a little "high funda" for me, just too scarce or
> not
> > written properly (the authors first language is not english - but he
&
Hi,
I dont know if this is really a PHP problem but am wondering if I can
perhaps use php to solve this problem...
I dont know if this is just a problem on my server or if you have noticed
this too but...
heres my present setup:
/root/protected_files/
/root/protected_files/one/
/root
Hi,
Small problem, I am asking my users to enter a path for something in a
textbox..
eg:
/home/blah/something
am confused as to how I can see if the entered path has an ending slash, if
it has a end slash:
$hasSlash=1 else $hasSlash=0
then i can carry on with my output...
Thanks in advance
Hi,
Thanks for replying.
Basically after that path I am adding a file "ryanFile.php" so I need that
ending slash to always be in the path
My question was exactly that...how do I "grab" the last character?
Thanks,
-Ryan
On 1/3/2004 2:14:10 AM, Mike Brum ([EMAIL PROTECTED])
Hi,
am a bit confused as to how you do this...first let me explain the flow of
input:
I will be getting $product1,$product2,$product3 etc from another script...I
dont know till what numberright now I am trying to catch the values till
20 with a "for" loop.
My problem is how do I att
301 - 400 of 2309 matches
Mail list logo