Problem With inputtext
#3

Quote:
Originally Posted by Sjn
Посмотреть сообщение
Use strval to convert the inputtext's string into integer.

Something like

PHP код:
new
    
prizewinner;
    
    
prizewinner strval(inputtext); 
And for yes/no;

PHP код:
if (strcmp(inputtext"Yes") == 0)
{
    
// Code here

oh ye thanks my bad Repped
Reply


Messages In This Thread
Problem With inputtext - by khRamin78 - 28.08.2015, 18:13
Re: Problem With inputtext - by Sjn - 28.08.2015, 18:33
Re: Problem With inputtext - by khRamin78 - 28.08.2015, 19:01
Re: Problem With inputtext - by khRamin78 - 28.08.2015, 19:10
AW: Re: Problem With inputtext - by Kaliber - 28.08.2015, 19:20
Re: Problem With inputtext - by Sjn - 28.08.2015, 19:28
Re: Problem With inputtext - by khRamin78 - 29.08.2015, 04:24

Forum Jump:


Users browsing this thread: 1 Guest(s)