Jump to content

if() problem


robert_gsfame

Recommended Posts

I try both of this n gave me different result :confused: :confused:

 

if(paging!=="0"){

var pagex="&currentpage="+paging;}else{

var pagex="";}

this will result &currentpage=0 when paging is equal to 0

 

if(paging=="0"){

var pagex="";}else{

var pagex="&currentpage="+paging;}

no result for this when paging is equal to 0

 

how come this gave different result??

Link to comment
https://forums.phpfreaks.com/topic/208313-if-problem/
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.