Jump to content

simple question


jbrill

Recommended Posts

hey guys,

trying to do something really simple here. just need a bit of help im pretty new to php.

 

I would like this code:

$keyword= (isset($_GET["keyword"])) ? $_GET["keyword"] : NULL;

to to show "0" rather nothing at all (NULL) if the $_GET doesnt exist exist.

 

how would i go about doing this?

Link to comment
https://forums.phpfreaks.com/topic/73518-simple-question/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.