Noonga
02-22-2012, 06:35 AM
Does anyone know if its possible to write to a specific line, perhaps using fwrite() or something?
<?php
session_start();
$id = "2";
So I can get PHP to write in $id from $POST or something.
<?php
session_start();
$id = "2";
So I can get PHP to write in $id from $POST or something.