Welcome!

Join our community of MMO enthusiasts and game developers! By registering, you'll gain access to discussions on the latest developments in MMO server files and collaborate with like-minded individuals. Join us today and unlock the potential of MMO server development!

Join Today!

SUBSTR Issue

Custom Title Activated
Loyal Member
Joined
Mar 26, 2012
Messages
1,465
Reaction score
130
Code:
$contenido = [USER=2000164264]fre[/USER]ad($gestor, [USER=2000216297]files[/USER]ize($accdir . '\\' . $Initial . '\\' .$nombre_fichero))or die("Error 1st Contenido!");
$contrasenia = substr($contenido,52,32);
$charsep = 1688;
$char1 = substr($contenido,88+$charsep*0,20);
$char2 = substr($contenido,88+$charsep*1,20);
$char3 = substr($contenido,88+$charsep*2,20);

I have files that have spaces in it and would like it to see it but, instead I get "Unclosed quotation" error in php instead. It does not see the space in between. Any ideas how to fix this issue? Thank you.
 
Back
Top