Hi all,
is there a way to access parameters in the PDOStatement object after
they have been bound? it would be very useful for my debug logging.
Thanks,
Radek.
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Hey
what would the syntax look like if I was receiving an array from flash. Assume
that it is inside a class with a proper contructor
class receiveRemoting{
function receiveRemoting{
//ALL THE CONFIG STUFF
}
function receiveArrayFromFlash($arrayFromFlash){
//THIS IS WHERE
Here's a code snippet
// call gui object method
$method = $cmd."Object";
$class_name = $objDefinition->getClassName($obj_type);
$module = $objDefinition->getModule($obj_type);
$module_dir = ($module == "")
? ""
: $module."/";
what does the semicolon and the question mark do?
TIA
This is extremly swell:
http://getid3.sourceforge.net/
Radek Zajkowski wrote:
getimagesize() takes care of determining whether an image is GIF, JPEG
SWF etc.
but how do I determine if a file is a .mov or .mp3?
R>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: h
getimagesize() takes care of determining whether an image is GIF, JPEG
SWF etc.
but how do I determine if a file is a .mov or .mp3?
R>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
How do I tell if session has expired?
It would help me with providing the user with a comment such as: "your
session has expired please login in again"
Thanks
R>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
Check out shell_exec() and its siblings. I'd likely use it like so $output =
shell_exec("perl myscript.pl"); and then do something with the $output
variable
R>
> -Original Message-
> From: Philip Pawley [mailto:[EMAIL PROTECTED]
> Sent: December 26, 2003 12:07 PM
> To: php-general
> Subje
A few months back the official PHP website still warned againts PHP and
Apache 2. I am wondering about the current status of these two technologies
when used together. I am about to configure a web server and was going to
use Apache 1.3 with PHP4+ as opposed to Apache 2 with PHP4+. What are your
op
> off. Likewise though, you might start looking for replacements for those
> scripts as it takes time to make the changes, but it has been a year since
> register_globals were turned off by default and mentioned that they were
> going away in the future.
That is a sound advice, some time ago a lo
I use it with skins on a web page, users coming in can pick a theme and for
the duration of their visit they have the theme(it's an illustrator website)
the problem that I having is that session expiry will cause that site to
fall apart after idle time.
I notice sites using login detect expiry au
I have some pages that use sessions to call out certain elements in the
layouts. It allows user to decide how should their pages look for the
duration of their visit.
Unfortunately whenever a user leaves their browser idle past the expity time
of the session on their next click pages fall apart an
Could someone pass on a snippet, a function or a technique for measuring
script times. It appears the host I am with is having some PHP engine
performance problems and I need to send them the figures.
Thanks in advance
R>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit:
I am curious if there is a better documentation of Mail Parse functions than
the one provided on the php.net site.
Any help is appreciated,
R>
--
PHP General Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php
IF this data is being uploaded via form you should look into $_FILES array,
in particular $_FILES["userfilename"]["type"];
R>
On 3/7/03 11:33 AM, "Andrew Brampton" <[EMAIL PROTECTED]> wrote:
> Not to sure on the RTF file format, but checking the first few letters might
> help
> Quickly opening a
i am designing a small app that obviuosly works best when I have a lot of
global files with functions, which cut down on editing.
I will likely have a main page that will contain modules and also load
all of the required includes like config etc. in total some 10 files will
be reqested.
Is the
15 matches
Mail list logo