[PHP] Assign null value using php

2004-09-02 Thread T UmaShankari
Hello,
 Can any one tell me how to assign a null value to a php string?. I tried 
assigning empty single quote,backslash with zero,double quotes also. but 
nothing works..

Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Is it possible using php ?

2004-09-03 Thread T UmaShankari

A server and client are connected using a 35kbps PPP link.
A user on the client side types the URL of a mpeg file on the
location bar. The same file is also existing in $DIR of the
client (windows) system.
Now, since the file is already there on the local hard disk
of the client, the file need not be downloaded through the
PPP link, instead be played from the local disk - which makes
faster access !
It is something like this:
if file available locally,
then
use that file
else
send the file present in the location as given by the URL
Is there a way to do this from the server side using php. Or using any other 
tool, can we do it on the client side - that
is, say, some program always runs in the background and whenever
a URL is entered, the $DIR is checked to see if the file is
present else it is retrieved from the location.

All this should be transparent to the user.
Can anyone help me please ?
Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] Display data's from sql file

2004-09-14 Thread T UmaShankari

Hello,
 I have written a small code for retrieving the contents from the mysql
database and display from the user. While display in the browser it is
displaying some other contents from the previous row and appending with
the original contents. If i give the same query in the mysql prompt that
time it is showing the original content. While viewing through the browser
this error is coming. Is there any where i am wrong ?
Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] find null character in php

2004-09-16 Thread T UmaShankari
Hello,
 I am having one string variable which has the value fetched from the
mysql table. Is it possible to find '\0' character in that string ?
Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] String replace in php

2004-04-22 Thread T UmaShankari


Hellow,

  I need to replace a character " with "\. Using php how to do this. i 
have given like this but it is giving parse error 

$temps=str_replace('"','"\',$temp);

Can anyone tell me how to do this ?

Regards,
Uma

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] String replace in php

2004-04-22 Thread T UmaShankari


Hellow,

  I need to replace a character " with "\. Using php how to do this. i 
have given like this but it is giving parse error 

$temps=str_replace('"','"\',$temp);

Can anyone tell me how to do this ?

Regards,
Uma

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] calling php function

2004-04-23 Thread T UmaShankari

Hello,

 Is it possible to call php function in the onclick event ?

REgards,
Uma

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] Help - GUI using PHP

2004-07-20 Thread T UmaShankari
Hi all,
   A GUI having a drwable area and a button in a frame is required. The
points colected by drawing in the drawable area needs to be stored in a
datastructure in php. can we do this using php? If so for
displaying graphics what should be done?
  This GUI has to be embedded in a browser and displayed in any clients
machine. Is it possible?
Thanks in advance,
Regards,
Uma
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php


[PHP] mysql_connect error

2004-03-22 Thread T UmaShankari

Hello,

 Here i am facing one problem. i have installed the following in my pc in 
linux platform. i am getting this error when try to execute file. Can any 
one tell me why this error due to ?


Version :
mysql-3.32.41-1
php-4.2.2-17
apache httpd-2.0.40-21

Error :
Call to undefined function mysql_connect() on line no 6.

Regards,
Uma

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php



[PHP] place list box using php

2004-04-05 Thread T UmaShankari

Hello,

 Is there possible to place a list box over one many background picture 
using php anyways ?


Regards,
Uma

-- 
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php