Jump to content

[SOLVED] how to remove \toll free dial '1' and then\ in a string?


Recommended Posts

thanks!

 

is this right?

59: $newdata[2] = strstr($olddata[2], '\\', true);
60: $newdata[3] = strstr($olddata[3], '\\', true);
61: $newdata[4] = strstr($olddata[4], '\\', true);

there is an error.

Warning: Wrong parameter count for strstr() in C:\xampp\htdocs\exceed\index.php on line 59
Warning: Wrong parameter count for strstr() in C:\xampp\htdocs\exceed\index.php on line 60
Warning: Wrong parameter count for strstr() in C:\xampp\htdocs\exceed\index.php on line 61

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.