Hi,
It's a "C Like Syntax"
(condition)?true:false;
is like :
if (condition) true
else false
regards.
P.E. Baroiller
"Jeff McKeon" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
I've just picked up a more advanced book on PHP and i
your phpscript like "pressed=xx" where xx is the
named button pressed.
Regards,
P.E. Baroiller
"Hardik Doshi" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi Group,
>
> I have a page on which there are multiple image
> buttons. Is there
Hi,
you can do something like this :
$imgdata = addslashes(imagejpeg($imnew)); // For JPG file.
$query="INSERT INTO your_table (data) value ('$imgdata')";
$result = @mysql_query($query);
I haven't try but it may work...
Regards.
P.E. Baroiller
"Mohamm
)..
Take a look at your entire script... I'm sure it's this ;)
Regards,
P.E. Baroiller
"James Johnson" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi,
>
> I'm trying to figure out this error I'm getting in my code:
>
&
Hi,
$HTTP_RAW_POST_DATA is an array...
with echo you'll only get "array"..
To get something into $HTTP_RAW_POST_DATA, you need to "submit" your form
before...
Your script will only display something if you post the form before.
Regards,
P.E. Baroiller
"John W.
Hi,
Doest your ftp account have sufficient access rights for deleting theses
files ?
Is your apache user is "nobody" , the chmod will not work ( take a look at
your error log file), so,
only nobody or root will able to remove these entries..
Regards,
P.E. Baroiller
"Stephen&quo
If it's a real cookie, you can get it with php into the cookie vars..
If it's an asp session, forget it...
"Carlos Castillo" <[EMAIL PROTECTED]> a écrit dans le message de news:[EMAIL
PROTECTED]
HI,
I have the following problem, i have a website with php and asp files, in one asp
fil
Hi,
PHP has nothing to do with this , use javascript to limit user entry into
your textarea field..
I'll find many sample over the net.
Regards,
P.E. Baroiller
"Johnny Martinez" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi all,
> I&
does your file test.inc exists, and... have you perms to write in this
directory ?
<[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> hi there i have a little problem writing files on a php3 server this code
> worked yesterday but isnt
>
> $handle =
fopen("/www_tools/apache/ht
Hi,
take a look at thedoc... there is a function called nl2br() to convert \n
to for html display.
regards,
P.E. Baroiller
"Bob pilly" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi all
> Can someone tell me why if i echo a line like this:
&g
Hi,
did you try count($value) and strlen($value) ?
count($value) will give size of an array, and strlen($value) size of a
string ...
Regards,
P.E. Baroiller
"Petre Agenbag" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi List
> Just want to make
Hi,
when you call your script, is $point defined somewhere ?
if $point is empty, you'll get an empty string for $links_include and
include $links_include will not work.
Regards,
P.E. Baroiller
"Dougd" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
&
Hi...
are your sure your Exchanger server has imap enabled and port 143 is open ?
If you've got the message "connection refused", it can be :
- not imap server is running
- your login/password couple is wrong
or
- you can't connect to the port 143...
regards,
P.E. Baro
Have you loaded php module into apache ?
Have you defined .php files into your httpd.conf ?
Try with easyphp on windows... I can't help you more... I hate windows! :D
Regards,
P.E Baroiller
"Karen Santmyer" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTEC
did you put a before in your script ?
What I see in your script is : addDivName is a text input field, without
value..
so, if you click on you link, is $addDivName wasn't set before, the content
is... empty! :)
I can't help you more with your tiny sample :(
Regards,
P.E. Baroill
How is defined your temp_test table ?
PHP don't truncate content...
you only need to define a binary blob field and store data into it..
regard,
P.E. Baroiller
"Javier" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi everybody, I've t
Hi,
try with adding this :
$header = "Content-Type: text/html;
charset=\"iso-8859-1\"\nContent-Transfer-Encoding: 8bit\n\n";
If it don't work, try to build multipart email ...
Regards,
P.E. Baroiller
"Tim Thorburn" <[EMAIL PROTECTED]> a écrit dans
hmm...
and... what would you do with a clear screen function on a web page with php
?
I can't see how it could work.. :)
PHP is server side, so you can't clear the user screen like with C or other
language ...
Regards,
P.E. Baroiller
"Artoo" <[EMAIL PROTECTED]> a écr
Hi...
You've made a bad query and there is no result...
mysql_fetch_row($result) => if no data found, you've got an error...
"Marcelo Luiz De Laia" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> What this message means?
>
> What it is the error?
>
> Warning: mysql_fetch_r
Does you php or apache process have perms to do this?
"Billy" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Dear all,
>
> i can't call the "htpasswd" command after i used RedHat 8 ( which i can
do
> so in Red Hat 7.2)
>
> do u have any idea/ suggestion?
>
> thx a lot
> H
Hy,
try with mysql_insert_id() [ if you've set the first field as "index" in
your table ].
Regards.
"Harry.De" <[EMAIL PROTECTED]> a écrit dans le message de
news:[EMAIL PROTECTED]
> Hi,
> if i insert into a mysql table a row e.g.
>mysql_query("INSERT into TEST (testfield) VALUES ('This i
May be this line is wrong :
Echo Geen informatie beschikbaar;
may be use this instead...
echo 'Geen informatie beschikbaar';
no?
:)
regards.
<[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Hi,
>
> I'm trying to do the following.. When $stadpict is filled in it mu
use opendir() , and readdir()..
you'll get a var like $file,
then check is_file($file) to see if it's a file :)
(take a look at the php doc.)
"Mohd_q" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
I wonder if there is a way to get the files names in a given directory.
The fastest way to do this is very simple :
store the last Id of your banner , get another from your SQL table (with
rand) and display it (repeat if the Id is the same)..
And, in your html page, add a refresh=xx to refresh the ad page.
Regards,
P.E. Baroiller
"Stephen" <[EMAIL
Hi !
Could you write it in english please ?
"Rich" <[EMAIL PROTECTED]> a ecrit dans le message de news:
[EMAIL PROTECTED]
> PHP$B=i?4 $B$*CN7C$rGR
> $BNc$($P!"(Bhttp://www.mydomain.com$B$G%;%C%7%g%s$r3+;O$7!"$=$N8e!"(B
> https://www.mydomain.com/regist.htm$B$X0\F0$7$?$H$-$K!"%;%C%7%g%s$O7
To this : session_register('somevar') and it'll work..
if your're using PHP4, you can also do this : $_SESSIONS['somevar']=$somevar
Regards,
P.E. Baroiller
"Paul" <[EMAIL PROTECTED]> a écrit dans le message de news:
002601c28743$42bebbf0$[EMA
go to php.net and unsubsbribe this mailing list :)
"Joe Reichmuth" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
>
>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
If you have a lot of code to process, it may be longer but,
if it's a class include, it's very fast to load ..
I've got classes about 60Kb, and the average for processing a page (from
loading to the html output) is less than 5ms...
"Khalid El-Kary" <[EMAIL PROTECTED]> a écrit dans le message de ne
array_diff check value, not keys..
"Nick Eby" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> example:
> $arr1 = array("color" => "red", "flavor" => "cherry");
> $arr2 = array("color" => "cherry", "flavor" => "red");
> print_r(array_diff($arr1, $arr2));
>
> those 2 arrays
Hi,
how did you make for html form to upload files ?
you need to add an encryption like this to post files...
If you make a simple post form, you'll never get the posted files! :)
File uploading works with php3 & php4 and it's very easy to implement.
cheers.
P.E. Baroil
Yes...
I've tried Image Magic , it's good for my work :)
Now, I can resize/resample/reformat any kind of picture...
thanks for all! :)
"Krzysztof Dziekiewicz" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> > The GD library bundled with PHP 4.3 can read gif images (but
I can't get all entry where words is in...
".: B I G D O G :." <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Which functions are you using to do the regex stuff...
>
> That might help...also check out...
>
>
>
> On Thu, 2002-11
Hi!
does someone know how to find an exact word in a content with html tags ?
I'm using a regexp like this :
$searchRegEx = "'\b".$word_search."\b'msi";
to get boundary word results, but... if the searched word is like 'word or
word. or anything else, the
regular expression doesn't work..
if I
thanks for all! :)
I'll take a look at this product.
P.E. Baroiller
"Krzysztof Dziekiewicz" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> > does anyone know a way to convert a gif file to jpg ?
> > I've made a photo album
heers
P.E. Baroiller
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
You've forgotten the "" in your echo...
html_header() and html_footer() put html in the right place in your page
but, like you haven't close your tag,
the footer dans be everywhere in your page (depends on the web browser
you're using)..
Regards,
P.E. Baroiller
I h
Received fro Yves le duaron :
Try this for example ;
"'<".$pattern."([^>]*)?(\/)?>(?(2)|(.*)?<\/".$pattern.">)'siU"
Please notice the U (ungreedy) to enhance the speed.
This also match empty tags ...
Sorry I have no login to send this to
ace($eregstr,"",$str);
$styles=implode("\n",$matches[0]);
$eregstr="/]*>(.*)<\/head[^>]*>/si";
$str=preg_replace($eregstr,"\\1".$styles."",$str);
And, actually, it works fine..
Any other solution ? ( faster...??)
&qu
x27; but.. It doesn't
work...
Like I'm not a regex guru ...I'm looking for help..
Regards,
P.E. Baroiller
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi... I'm looking for a preg_match regular expression to find all href tags
into a text field...
can someone help me??
I've tried a lot of regexp but... nothing work correctly...
I can't get all matching href ( such as or < a
href="xx"> , ... )
any idea?
cheers..
P.E
--
PHP General Mailing
You only have a difference into your insert query
like this : insert into table (x,y,z) values(x,y) ..
"Miguel BráS" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Hi guys,
>
> I was doing a script to insert data on a table, and the following message
> appeared me when
>
> ---John Holmes
>
> >
> > When user go on private parts of the site,
> > I check the session, the cookie and database fields for the user..
> > The crypted data contains some user values (the encryption is done
> with
> > mcrypt lib).
> >
go on private parts of the site,
I check the session, the cookie and database fields for the user..
The crypted data contains some user values (the encryption is done with
mcrypt lib).
Is it a good way or is there a better way (without SSL)... ?
Regards,
P.E. Baroiller
--
PHP Genera
s for each month..
No?
Regards,
P.E. Baroiller
"Monty" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> I'm writing a survey app in PHP (4.2.2) that will allow people to view a
set
> of photos and then rate each photo from 1-5 using a little dropd
You can use this function : get_object_vars to retreive vars from a class..
Here is the example from phpdoc :
x = $x;
$this->y = $y;
}
function setName($name) {
$this->name = $name;
}
function ReadPoint() {
return array("x" -> $this->x,
take a look on php website, there is a lot of scripts for this :
http://www.hotscripts.com & others.
Regards.
P.E.
"Thomas Goeminne" <[EMAIL PROTECTED]> a écrit dans le message de news:
[EMAIL PROTECTED]
> Hello,
>
> I am making a page where people can vote for their favourite image. People
> c
don't replay, thanks.. It's only to see if i can post messages...
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hi,
everyone know how to upload files from the browser to your web server using
multipart-form method with move_downloaded_file() php function.
But... It's a slow method for multiple files & huge files transfert.
I'm currently working on a big photo album tool, and I want to provide user
the ab
Hi,
a simple question.. :)
how do you do ?
You can use 2 methods :
with a .htaccess file on your webserver, updated with your table fields
or a direct authentification with http headers and a little bit of php...
Tell me more? may be I could help you.
Regards,
P.E. Baroiller
"Davy
Hi,
everyone know how to upload files from the browser to your web server using
multipart-form method with move_downloaded_file() php function.
But... It's a slow method for multiple files & huge files transfert.
I'm currently working on a big photo album tool, and I want to provide user
the ab
only to see if i can post messages
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
you can do this with javascript calls.
"Uma Shankari T." <[EMAIL PROTECTED]> a écrit dans le message
de news: [EMAIL PROTECTED]
>
>
> Hello,
>
> Is it possible to extract the value option which item name selected..for
> example i am having list of soap brand in the options..is it possible that
52 matches
Mail list logo