Raised This Month: $ Target: $400
 0% 

Block Button ID


Post New Thread Reply   
 
Thread Tools Display Modes
Author Message
maqi
Senior Member
Join Date: Apr 2017
Location: Serbia
Old 06-16-2018 , 16:58   Re: Block Button ID
Reply With Quote #1

It's ok, try fixing what we told you

Also heres an example how to read from a text file properly


PHP Code:
new iFileHandle fopensFilename"rt" );

new 
sData[128];
if( 
iFileHandle )
{
    while( !
feof(iFileHandle) )
    {
        
fgetsiFileHandlesDatacharsmax(sData) );
        
trim(sData);

        
// Do something with a line of file ( sData )
    
}

    
fclose(iFileHandle);
}
else
{
    
set_fail_state"Couldn't read from a file" );

__________________
stuff

Last edited by maqi; 06-16-2018 at 16:59.
maqi is offline
Reply



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off

Forum Jump


All times are GMT -4. The time now is 04:39.


Powered by vBulletin®
Copyright ©2000 - 2024, vBulletin Solutions, Inc.
Theme made by Freecode