cakephp is not bad, why write your own?
--
itoctopus - http://www.itoctopus.com
"martins" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hi, can some body help me, how to start php framwork for large site?
--
PHP General Mailing List (http://www.php.net/)
To
Remove the @ next to the mail function, probably there's a warning
somewhere. Additionally, are you sure that your mail server is actually
working?
--
itoctopus - http://www.itoctopus.com
""Austin C"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
&g
use the function chmod
chmod($img_url, 0777); //note the leading 0, it should be there
I hope this is what you want:
--
itoctopus - http://www.itoctopus.com
""Ross"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I can make the files
I noticed that too :)
--
itoctopus - http://www.itoctopus.com
"Robert Cummings" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Tue, 2007-06-05 at 19:57 +0200, Jochem Maas wrote:
>> do you notice the totally weird string delimiters in your original pos
The GD module is an option that most sys admins install with php (It also
installs by default on OS such as Centos, Ubuntu, etc...)
--
itoctopus - http://www.itoctopus.com
"Dave M G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> PHP General,
>
> I hav
$thumb_width=50; //change this number to your preference
$thumb_height=50;
--
itoctopus - http://www.itoctopus.com
""Humani Power"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hey hi!!.
>
> I have a few pages that uploads images to the apache
Create a copy manually and then rename the node.
--
itoctopus - http://www.itoctopus.com
""Eric Wiener"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Apparently renameNode is not yet implemented into Dom, so how can I
rename a node without affecting it
I've had the same weird problem before, and eventually I discovered that the
error_reporting was set on the script level (eg in the PHP page) using the
function error_reporting. The thing is any setting in your php pages would
overwrite the php.ini setting (as far as I know).
--
itoc
1- No
2- Yes
--
itoctopus - http://www.itoctopus.com
"Stephen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> 1) Does the filename extension matter? I prefer *.inc? It seems to work
> fine, but I only see others using *.php
>
> 2) Does the include file
SELECT DATE_FORMAT('open', '%m-%d-%Y') FROM your_table_name;
--
itoctopus - http://www.itoctopus.com
""Mike Ryan"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I am reading in a date field from a mysql database the field on the
As far as I remember, IIS used to have a reserved user that it ran all its
actions under.
All you have to do is to give this user the necessary permissions (I
remember the username started with I).
Here's a link that might help : http://support.microsoft.com/kb/812614
--
itoctopus -
ok, I read the whole thread and it seems it went absolutely nowhere.
Sorry...
--
itoctopus - http://www.itoctopus.com
""itoctopus"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hope this helps:
> http://forum.mamboserver.com/showthread.php
Hope this helps:
http://forum.mamboserver.com/showthread.php?t=55&page=6
--
itoctopus - http://www.itoctopus.com
"Sn!per" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Am currently running Plesk 8.0.1 . A php script with phpinfo() will give:
> ..
I think what you need is simply something like this:
function get_day($int_day){
$arr_day_of_week = array('1'=>'Sunday', '2'=>'Monday', '3'=>'Tuesday',
'4'=>'Wednesday', '5'=>
I have tried both, and I tell you that I really felt that the filesystem is
a more convenient way of doing it.
--
itoctopus - http://www.itoctopus.com
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I am in the process of adding a part to my website which would include
&
In case you have no control on the other URL, then CURL is probably your
best solution.
Otherwise, a better way to do it is probably to interact with a web service
installed on the other website.
--
itoctopus - http://www.itoctopus.com
""Shannon Whitty"" <[EMAIL PROTE
Try osCommerce
--
itoctopus - http://www.itoctopus.com
"PHP Mailing List" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi All,
>
> Is there any PHP's framework for developing a marketplace site ?
>
> Regards,
>
> Dino
--
PHP Gen
My approach would be to build now using the fastest way and get the thing up
& running, and then see if the needs arise to build the application using a
somehow slower way.
--
itoctopus - http://www.itoctopus.com
"Merlin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL P
I'm genuinely interested to know with whom you're hosting...
--
itoctopus - http://www.itoctopus.com
"Tijnema" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 5/19/07, Al <[EMAIL PROTECTED]> wrote:
>> How can anyone, other than th
I know someone who easily passed PHP4, but never made it on PHP5, so don't
expect the same level of questions.
--
itoctopus - http://www.itoctopus.com
""Greg Donald"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Anyone wanna share their insi
Exactly!
I still can't believe how many sites out there have the SQL injection
problem.
--
itoctopus - http://www.itoctopus.com
""Edward Kay"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
>> -Original Message-
>> From:
yup, highlight_file($file_name) is your magical answer.
http://ca.php.net/highlight_file
Make sure this function will only access specific directories.
--
itoctopus - http://www.itoctopus.com
""M.Sokolewicz"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROT
I'd go with OSCommerce.
--
itoctopus - http://www.itoctopus.com
"revDAVE" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On 5/17/2007 7:05 AM, "revDAVE" <[EMAIL PROTECTED]> wrote:
>
>> Hello folks,
>>
>> I am a PHP NE
Why are you creating your own captcha?
I used the first one I found on google and it worked fine for me.
--
itoctopus - http://www.itoctopus.com
"Dave M G" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> PHP list,
>
> I've looked at the man
Simple search on google:
http://www.phpfreaks.com/pear_manual/page/pecl.paradox.html
--
itoctopus - http://www.itoctopus.com
""Bosky, Dave"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
Has anyone had any experience opening and reading Paradox (.db) f
I've said it before and I'll say it again: Wordpress.
Joomla/Mambo are also a good choice.
--
itoctopus - http://www.itoctopus.com
""robert mena"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there,
>
> I'd like to replac
I'm currently using Ruby on Rails.
As for PHP, all the frameworks I ever worked with were developed in-house.
I've tinkered a bit with CakePHP and it looked very good.
--
itoctopus - http://www.itoctopus.com
"cajbecu" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL
self:: static functions
$this-> non static functions
--
itoctopus - http://www.itoctopus.com
"Mariano Guadagnini" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hy people,
> I have an existential doubt regarding php classes. I have been a php
> prog
I don't think the clone function works on $this.
--
itoctopus - http://www.itoctopus.com
""blackwater dev"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have a method within an class that should make a copy of itself, do some
> stuff o
hmmm,
anyways, to do that you can just join the array using
$str_attend_save = implode('|', $attend_ary_save);
'; ?>
On your action page, you do this:
$attend_ary_save = explode('|', $_POST['str_attend_save']);
--
itoctopus - http://www.itoctopus.com
&q
I think the only way, and I really hope I'm mistaken, is to recompile php
with "--disable-soap".
I don't think you can do it from php.ini.
--
itoctopus - http://www.itoctopus.com
"Don Don" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> H
I agree with Chris, if you can do it this way, then it's much better.
Working with FCKEditor's code was not one of the easiest things I did in my
life.
--
itoctopus - http://www.itoctopus.com
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
}
else{
//cookies are disabled - add your code
}
Hope that helps!
--
itoctopus - http://www.itoctopus.com
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Richard Lynch writes:
>>> How does one check to see if the user's browser accepts
>>> session c
Wordpress,
check http://www.pmhut.com for an idea on what you can do with it.
--
itoctopus - http://www.itoctopus.com
""WeberSites LTD"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Wasn't sure if to use the CMS thread or not so I opened a new
Have you tried your code on another server?
--
itoctopus - http://www.itoctopus.com
"Eric Trahan" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I have a form to upload file on my web server, so user can upload their
> images.
>
>
define('IMAGE_FOLDER',$_SERVER['DOCUMENT_ROOT']."//mysite//property_images");
--
itoctopus - http://www.itoctopus.com
""blueboy"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I want to define a folder like this
&
allow you to install your CMS (some hosting companies have even
created their own wizards to create your CMS site, which will make your job
even easier)
--
itoctopus - http://www.itoctopus.com
""Jyoti"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
http://ca.php.net/function.get-browser
--
itoctopus - http://www.itoctopus.com
"Le Phuoc Canh" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Dear all,
> How can we know a request from web page( ex : firefox, IE..) or from
> client(
> ex : window medi
I use wordpress, easy, clean, and lots of plugins.
Joomla is also good.
--
itoctopus - http://www.itoctopus.com
""Joey"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Does anyone know of any good open source CMS system? ( content management
> sys
session_write_close();
--
itoctopus - http://www.itoctopus.com
""Alain Roger"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I have the following code :
>
>session_start();
>> $_SESSION['username
I'd use number_format, money_format is OS dependent.
--
itoctopus - http://www.itoctopus.com
"Todd Cary" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>I have a MySQL DB that stores currency values as doubles. I want to
>display the values in the #,
Totally agree, generates a lot of support.
--
itoctopus - http://www.itoctopus.com
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Fri, May 4, 2007 3:56 pm, Skip Evans wrote:
>> I have a requirement for a select on a form tha
1st page:
2nd page:
$str_body = $_POST['thebody'];
mail('[EMAIL PROTECTED]', 'This is the
subject', $str_body);
Of course you can have the email and the subject fields come also from the
1st page.
Hope that helps!
--
itoctopus - http://www.itoctopus.c
You have to explicitly serialize and unserialize the objects.
I think the confusion here is with the automatic __wakeup and __sleep
functions:
http://www.devshed.com/c/a/PHP/Using-the-Sleep-and-Wakeup-Functions-to-Serialize-Objects-in-PHP/
--
itoctopus - http://www.itoctopus.com
<[EM
never ever used it...
I also voted!
--
itoctopus - http://www.itoctopus.com
"Philip Thompson" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Apr 30, 2007, at 2:17 PM, Greg Donald wrote:
>
>> On 4/30/07, Nick Gorbikoff <[EMAIL PROTECTED]> wro
if ($your_string !== ''){
$arr_string = explode(',', $your_string);
$first_part = $arr_string[0];
array_shift($arr_string);
$second_part = implode(',', $arr_string);
}
--
itoctopus - http://www.itoctopus.com
"Lester Caine" <[EMAI
You just have to store your form inputs in the session.
--
itoctopus - http://www.itoctopus.com
"Merlin" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi there,
>
> I am checking plausability inside a php script that receives a POST
> submit. If an e
TED] This function delete a file from the database
[EMAIL PROTECTED] integer $file_id The id of the file to be deleted
[EMAIL PROTECTED] object $db The database handle
[EMAIL PROTECTED]
*/
static function delete($file_id, $db){
$sql = 'DELETE FROM file WHERE file_id=\'$
yup,
$_GET to get stuff from the URL
$_POST to get stuff from the form
$_SESSION to get stuff from the session
$_FILES in case you have files in your form, they will be stored here
--
itoctopus - http://www.itoctopus.com
""Anthony J. Maske"" <[EMAIL PROTECTED]> wr
= is for assigment
== is for typeless comparison (meaning 1 will be equal to '1', '' will be
equal to 0)
=== is for type comparision (meaning 1 will only be equal to 1, '' will only
be equal to '', and TRUE will only be equal to true)
--
itoctopus - htt
Encryption is a mandatory part of PCI compliance...
--
itoctopus - http://www.itoctopus.com
"Jim King" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
>
> Does encrypting credit card information really do any good? You have
> to store the keys somewher
You should check $_FILES, and your form tag should be like this
--
itoctopus - http://www.itoctopus.com
"Stephen" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a form for uploading files. It is intended to upload photos. I
> have it listed at the en
Use the @ in front of the statement and then check the result if it's valid.
--
itoctopus - http://www.itoctopus.com
"Davi" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi all!
>
> I'm developing an OOP app using PHP 5.
> I want to u
http://www.sitepoint.com/article/users-php-sessions-mysql
--
itoctopus - http://www.itoctopus.com
"uni uni" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> im trying to make a forum for my school assignment, its done and work
well, but i want to make session where
k
smoothly.
--
itoctopus - http://www.itoctopus.com
<[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
>
> Hi All,
>
> I've got quite a bit or php experience, but I've never had to deal with
credit
> card info before. Now for a property rental site, I'm adding a
Mambo/Joomla, they're both great. Wordpress is also excellent, though I'm
not sure it would fit your needs.
--
itoctopus - http://www.itoctopus.com
""Fernando Cosso"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Well that's the question
After some testing and reading, I think this function is still experimental.
Anyone else has some thoughts on this?
--
itoctopus - http://www.itoctopus.com
"Matthew Dellar" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> I have a problem,
>
> I need to turn
POST is mainly used to modify data, GET is mainly used to show data.
--
itoctopus - http://www.itoctopus.com
"barophobia" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> My Peeps,
>
> I only know of one reason to submit a form as POST and that is because
&
eturn
preg_match('#^http\\:\\/\\/[a-z0-9\-]+\.([a-z0-9\-]+\.)?[a-z]+#i', $url);}
taken from this link:
http://plurged.com/code.php?id=26
--
itoctopus - http://www.itoctopus.com
"Sebe" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> i thought of an idea
pers will not
really like the idea of maintaining 3 PHP versions once PHP6 is released).
All in all, PHP5 is a very wise choice at the moment.
--
itoctopus - http://www.itoctopus.com
""Fernando Cosso"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> H
book, go for PHP5 Power Programming by Prentice Hall,
it's the best in the market in my opinion, it teaches the language itself,
as well as best practices, all in an OOP twist.
--
itoctopus - http://www.itoctopus.com
""Tijnema !"" <[EMAIL PROTECTED]> wrote in mess
$sql = "SELECT count(Email) as numEmails, Email FROM mena_guests WHERE
Voted='yes' GROUP BY Email ORDER BY numEmails DESC LIMIT $startingID,
$items_numbers_list";
I answered this morning, I don't know why it got deleted
--
itoctopus - http://www.itoctopus.com
"&quo
$sql = "SELECT count(Email) as numEmails, Email FROM mena_guests WHERE
Voted='yes' GROUP BY Email ORDER BY numEmails DESC LIMIT $startingID,
$items_numbers_list";
--
itoctopus - http://www.itoctopus.com
""Me2resh Lists"" <[EMAIL PROTECTED]> wrote i
case:
http://www.quirksmode.org/js/forms.html
--
itoctopus - http://www.itoctopus.com
"clive" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> This has nothing to do with php, I suggest you read up on how html forms
> work and you may need to learn some javascript.
>
Weird, this code should work. Are you sure there is no hidden space
somewhere in the email. Try just to hardcode the email (eg.
mail('[EMAIL PROTECTED]', $subject_users_subscription_confirmation,
$message_users_subscription_confirmation); and see what'll happen.
--
i
foreach is also not recursive, writing a recursive function to recursively
return the keys in an array should be trivial.
--
itoctopus - http://www.itoctopus.com
"Man-wai Chang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> itoctopus wrote:
> > Note, ho
That's funny, looks like the good people at google have lots of time on
their hands.
--
itoctopus - http://www.itoctopus.com
""Tijnema !"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> It's true, free broadband internet from g
Note, however, that array_keys is not recursive.
--
itoctopus - http://www.itoctopus.com
"Man-wai Chang" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jake McHenry wrote:
> > foreach ($myarray as $key => $value)
> > {
> > echo "$key =
access to your files.
--
itoctopus - http://www.itoctopus.com
"Mário Gamito" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> I made this site in PHP that has a page with some PDFs to download.
> My costumer wants that only subscribed people are allowed t
ry to run
a PHP script with nothing running in the background and see what'll happen.
--
itoctopus - http://www.itoctopus.com
"Don Don" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all, i've got apache/php4 running on windows xp with good hardware
con
ry to run
a PHP script with nothing running in the background and see what'll happen.
--
itoctopus - http://www.itoctopus.com
"Don Don" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all, i've got apache/php4 running on windows xp with good hardware
con
join is also an alias for implode in case you're having trouble remembering
the name, so you can go for
$ids = join(',', $_POST['subscriptions']);
--
itoctopus - http://www.itoctopus.com
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
I don't quite understand why you're naming the checbox, you can easily go
for name={$name}[];
--
itoctopus - http://www.itoctopus.com
"Jim Lucas" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Richard Kurth wrote:
> >The function below will c
I'm migrating my company to PHP 5 (from PHP4) now. I've played with PHP6 a
while ago and the only thing I can remember about it is that it obsoletes a
not so few functions and has a stricter coding rules.
--
itoctopus - http://www.itoctopus.com
"Davi" <[EMAIL PROTECTED]
You're right, it was running from a browser, you need to use set_time_limit.
--
itoctopus - http://www.itoctopus.com
"Chris" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Jochem Maas wrote:
> > Tijnema ! wrote:
> >> On 3/26/07, Chris <
minutes, and if it reaches that timeout, it will
restart the script (thinking something went wrong), very bad implementation
(of wget) in my opinion. As of then, we started running CRON php scripts
without using wget.
--
itoctopus - http://www.itoctopus.com
"Jochem Maas" <[EMAIL PROTECT
gethostbyname uses the local DNS cache, could that be the problem?
--
itoctopus - http://www.itoctopus.com
"Kent Tong" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi,
>
> We have moved our DNS server from one IP to another. But on a Linux
> server,
looks ok now
--
itoctopus - http://www.itoctopus.com
"Mario Guenterberg" <[EMAIL PROTECTED]> wrote in message
news:20070327092337.GA24779@/bin/dnsdomainname...
Hi...
I try to connect in the last hours and the results are timeouts.
Escape it, use either htmlentities (with ENT_QUOTES) or addslashes.
--
itoctopus - http://www.itoctopus.com
""Richard Lynch"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> On Mon, March 26, 2007 9:59 am, Ross wrote:
> > Can I put post val
Hey Jake,
I checked the thing, and I tell you I did lots and lots of captchas in my
life and they mainly rely on the session.
Is it possible for you to post the script so that me (or anyone else for
that matter) fix it for you?
Take care,
--
itoctopus - http://www.itoctopus.com
""Ja
Sams - Zend Php Certification Study Guide for the certification.
An excellent book on PHP is PHP5 Power Programming (by Prentice Hall).
--
itoctopus - http://www.itoctopus.com
""Danial Rahmanzadeh"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> hey
t)$strCardNumber[$i];
//now start the algorithm
$sum = 0;
$alt = false;
for($i = count($arrCardDigits) - 1; $i >= 0; $i--){
if($alt){
$arrCardDigits[$i] *= 2;
if($arrCardDigits[$i] > 9)
$arrCardDigits[$i] -= 9;
}
$sum += $arrCardDigits[$i];
$alt = !$alt;
}
return $sum % 10 == 0
In case you're doing so only for database update/check, then you can use
mysql's built-in date_add function.
In case you really want it in PHP, then here's a link simultating:
http://news.hping.org/comp.lang.php.archive/10638.html
--
itoctopus - http://www.itoctopus.com
"Tra
e
safe and you don't have to use htmlentities.
--
itoctopus - http://www.itoctopus.com
""Jeff"" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Thank you Chris!
>
> "Chris" <[EMAIL PROTECTED]> wrote in message
> news:[EMAIL P
They're basically the same thing, however, you can only use __construct in
PHP5.
--
itoctopus - http://www.itoctopus.com
"John Comerford" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi Folks,
>
> I am still pretty new to PHP and I have a question
function all.
--
itoctopus - http://www.itoctopus.com
"bob pilly" <[EMAIL PROTECTED]> wrote in message
news:[EMAIL PROTECTED]
> Hi all
>
> Can anyone tell me what '&' means before a var?
>
>
86 matches
Mail list logo