Hello,
I have an OOP system based on my templates
I would like upgrading the system and offering color changes via bgcolor=
So instead of
<table width="100%" border="0" cellspacing="0" cellpadding="0" align="center" valign="top" bgcolor="#ffffcc">
I would like doing:
<table width="100%"...
Thank you,
It seems to be here:
if(!is_dir($dirsource."/".$file)) copy ($dirsource."/".$file, $dirdest."/".$dirsource."/".$file);
else COPY_RECURSIVE_DIRS($dirsource."/".$file, $dirdest);
The following regards: PHP5 and Apache2
I cannot figure the proper scripting however as is it does not generate an error, just plain does nothing!
<?php
//error_reporting (E_ALL);
$dirsource="../tpl_for_dupli/calendar";
$dirdest="../chamber_members/calendar";
function...
Just change the string's character number
here for the ex it is set to 8
<?php
// Our string will have 8 characters, but you can easy change
for($i = 0; $i < 8; $i++) {
// All the letters and numbers
$type[1] = "A|B|C|D|E|F|G|H|I|J|K|L|M|N|O|P|Q|R|S|T|U|V|X|W|Y|Z";
$type[2] =...
Using OOP you can dynamically (if you have enough ownership on your server) out of a template create the exam form upon registration form filling.
Then on the same script page and after the form creation section add still dynamically a cron-job by grabbing when the form is created and loaded on...
Hello,
Is it possible applying mode_rewrite to the content of a folder located at root level
That contains PHP files and has an index.php
But knowing that the site root index is index.html
This mode rewrite utilizes OB and works fine with another site
However the other site root index has a...
bcastner
Thanks found it
in Xp Pro
it is way down all the options list
and named: "Show po-up descriptionfor for folder and desktop items"
I do PHP prg and am always looking for a bunch of files, now I am back to my usual mouse setup.
Hello,
I cannot take that stuff any longer
Dell Laptop, Xp pro
I use a mouse with my laptop
but need to disable file preview when my mouse's pointer is overing in files
I would like disabling the mouse side popup that gives file or folder preview
thank you
Henry
I was trying to use mysqldump within a query originated from within PHPMyAdmin
as per the PHP manual (not the PHPmyAdmin manual)
it is ok to use a where clause with mysqldump
I tried a few ways of writing the query but none worked
the reason is fortuantely I have an archive but
(my mistake...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.