Current Page: 1 of 1
Results 1 - 3 of 3
16 years ago
tunsiconet
But I have no kind of spaces, characters, .. To use headers function they must be first lines of codes even befor html code. An other alternative is to use output buffering like this way : <?php ob_start(); session_start(); header("Location: ; ob_end_flush(); ?> notice here that I used two header functions in the same code, it's works perfectly everywhere, but the index.php file, Str
Forum: WampServer English
16 years ago
tunsiconet
you can copy the phpmyadmin directory to your "www" folder, rename it (to evoid conflict) then you can access it as your own project. the deal is done
Forum: WampServer English
16 years ago
tunsiconet
Hello guys; Sorry about this, I a beginner PHP developper, I need some help plase. I wrote this script yesternight on my index.php file located under the apache directory directly, <?php ob_start(); header("Location: www.google.co.uk" ob_flush_end(); ?> this script generates me a error pricising that the header are alredy sent, I copied the script created an other file named &quo
Forum: WampServer English
Current Page: 1 of 1