Is it possible to view php source code??
Hi All
I was just wondering if it's possible to view a websites php source code?
I know
First root of a number
Hi,
I can't find any function in php to give me the first root of a number.
Is there any
Undefined Variable: PHP_SELF, pls help
Hi,
Im a newbie on PHP / MySQL programming and Im running a script to search one field on my
serializing objects - loses methods - the point being?
Hi
I know that serializing an object will lose the methods. But whats the point in that? What
opening a window with after form submission
I know this this forum has nothing to do with JS, but i'm trying to use it with my php script.
<
Revoking alter any table from a schema
Hi All,
i am working in Oracle 10g.
my requirement is to revoke all kind of DDL oper
file downloaded can't be read !!
<?php
$fileName = 'mypic.jpg';
$mimeType = 'image/jpeg';
header('content-dispositio
array help
Does anyone know how to require 10 text fields for individual grades and output class average? (10 p
Simple Variable Question
Hi everyone.... again,
I am really getting into php still. Learning more every day. I love it
Tournament Brackets (Double Elimination)?
Is making a double elimination tournament style bracket system capable of being done in php?