can you send me the fread() part of your script? and what is the
OS you are tring this?
any how i like to share my coding which I did few weeksback for
one of my Windows buddy.
Vk.
Ragnar wrote:
> Hi Vk,
>
> I tried this beforehand, but to no avail. The documentation
> also states that this
are you uploading the file through a HTML form? if so check the FORM for the
following
hidden input field...
increace the above value (in bytes) to a bit more
value than your maximum
file size you are tring to upload.
happy coding...
Vk.
Ragnar wrote:
> Hi guys/gi
VALUES (''irin'', ''788798878'', ''[EMAIL PROTECTED]'', ''no profile'')
in above line, note the two quotes, in both side of each value.. this is
the cause to your DB syntax error.. correct the above line as follows...
($tutor_name,$tutor_contact,$tutor_email,$tutor_profile)";
and try, but investi
insert following...
echo $sql;
immediatly after the folowing code block..
$sql = "INSERT INTO tutor (tutor_name, tutor_contact,tutor_email,tutor_profile)
VALUES
('$tutor_name', '$tutor_contact', '$tutor_email', '$tutor_profile')";
then execute the script, and check whether it sho
if you are porting an old programme, try using "SWITCH", some time back i
successfully ported a lengthy code in to PHP which had many "GOTO"s .
Viraj
note: also, i had to use some parameter passing mechanism.
Justin Patrin wrote:
Nitin wrote:
Hi all,
I was wondering, if there's any way to a
Stephen,
Try Debian Woody (3.0) with latest stable KDE desktop.
You will be ammazed with the GUI, it's like a Dream.. very fancy
, smooth and colourfull.
regards
Viraj
Stephen Craton wrote:
>
> Well, I'm wanting one with a really nice GUI and great functionality. I'll
> check into Debian and Sla
Thank you Curt for the explanation.
Viraj
Curt Zirzow wrote:
>
> * Thus wrote Viraj Kalinga Abayarathna ([EMAIL PROTECTED]):
> >
> >header("Cache-control: private");
> >
> > p.s.
> > and also if there is any one wo knows what exactly this
ls including the most recent one (one pair: details.txt and
> >message4.txt).
>
> >Thank you very much in advance.
>
> >David
> - Original Message -
> From: "Viraj Kalinga Abayarathna" <[EMAIL PROTECTED]>
> To: "Lingua2001" <[EMAI
Hi hecchan,
I don't have a crear idea on what your problem is, but i have read
an article on phpfreak.com, it says to work the sessioned PHP scripts
correctly with IE6 you have to insert..
header("Cache-control: private");
immediatly after starting the session.
try this.
Hi Nicole,
You can not retrieve information stored in a cookie which set by
one domain from some other domain. Try passing all the information
you want with the image SRC tag.
regards
Viraj
Nicole wrote:
>
> OK. Thanks.
>
> I have the hidden image code:
>
> http://thetrackingurl/?param1=val
you mean after "" ??? no you do not put.
just think this way, if you want to diplay the HTML content
just jump out by the php code by typing "?>" and back to PHP
by "
> You do realize that you don't need a semicolon right after correct?
>
> -Dan
>
you can write a PHP script to backup the DB to a SQL file and run that
script using crond at scheduled time or periodiacally as you define in
cron
regards
viraj
Shaun wrote:
>
> Hi,
>
> Is there a facility out there that I can use to automatically backup my
> database to my local machine ev
Seth,
rgd
viraj
Seth Willits wrote:
>
> On Tuesday, September 2, 2003, at 12:06 AM, Seth Willits wrote:
>
> >>
> >>
> >> Lots of
> >>
> >>
> >
> > Awesome. Thanks for the quick repl
Seth,
try to mingle PHP and HTML.. that means escape the PHP and jump to HTML
when
you want the HTML.. like this...
happy coding
Viraj
Seth Willits wrote:
>
> I'd like to show a big chunk of
David,
first, this is a meassage you are getting from your mail server,
not from PHP.
according to my knowladge this is due to email address routing
problem which the mail server experience when it tries to relay the
mail.
if you can send me the complete bounce mail message you recieve
i'll tell y
did you solve this problem? i checked the coding in my linux
box, it's working fine.
Viraj
Chris Kay wrote:
>
> You seem confused with POST & GET, instead of using _POST to retrieve
> values from the form, you use $senders_name, and further down you set
> $_POST["msg"], which will only be used i
try java scripts, there is a function called "onChange()", you can attach
this
with your combo box and can submit (SELF) the form upon the content change
in
combobox.
I have done this long time back, i'll send you the coding if still i have
that script in my
archives.
Viraj
- Original Messag
17 matches
Mail list logo