Likes Received By allaboutgeo
-
guruguy liked allaboutgeo's post in the thread OR inside a conditional statement.
Or you can use in_array() function <?php $j = 6; $primes = array(3,5); if (in_array($j, $primes)) { echo "success"; } else { echo...
May 29, 2008 -
tua1 liked allaboutgeo's post in the thread Warning: Cannot modify header information - headers already sent.
Use of proper coding tags will help :-) $query3= "GRANT SELECT, INSERT, UPDATE, DELETE " ."ON klienci_id, klienci_adres, zamowienia,...
May 20, 2008 -
ashish1987 liked allaboutgeo's post in the thread Need some php help here..
<script> if (parent.frames.length > 0) { parent.location.href = self.document.location } </script>
May 18, 2008