Forum: JavaScript / DHTML / AJAX Mar 26th, 2008 |
| Replies: 2 Views: 589 |
Forum: JavaScript / DHTML / AJAX Mar 20th, 2008 |
| Replies: 2 Views: 1,079 |
Forum: PHP Mar 19th, 2008 |
| Replies: 4 Views: 172 Re: How can i confirm a fucntion is exec once :(
ok let me little clearly state my problem much in detail
there are 50 file that each contains display() function at-least at 10 diff places.
display function is in display.php (included by... |
Forum: PHP Mar 19th, 2008 |
| Replies: 4 Views: 172 Re: How can i confirm a fucntion is exec once i said just a one ...
yes i will be call the function many time from different-different modules
But certain codes inside the function should execute just a once ..... not twice .. not five... |
Forum: PHP Mar 18th, 2008 |
| Replies: 4 Views: 172 How can i confirm a fucntion is exec once i have a function
lets say
function myfunc()
{
echo 'hi';
}
now the code may call the function myfunc more than a time
but there should be only one time echo of 'hi' |
Forum: PHP Mar 17th, 2008 |
| Replies: 2 Views: 224 |
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008 |
| Replies: 2 Views: 383 |
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008 |
| Replies: 2 Views: 383 |
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008 |
| Replies: 2 Views: 383 |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2008 |
| Replies: 2 Views: 539 |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2008 |
| Replies: 2 Views: 539 |
Forum: PHP Mar 16th, 2008 |
| Replies: 5 Views: 374 |
Forum: PHP Mar 16th, 2008 |
| Replies: 2 Views: 224 |
Forum: PHP Mar 16th, 2008 |
| Replies: 5 Views: 374 Re: Display random image from database and... how about selecting the random records from the database itself?
if its fine then here is your req sql
$get_pic = "SELECT car_name, LEFT(car_desc, 20), car_image FROM cars ORDER BY RAND()";
this... |
Forum: JavaScript / DHTML / AJAX Mar 16th, 2008 |
| Replies: 2 Views: 539 tag id after ajax call not visible by js i am using scriptaculous.js and prototype.js
my ajax is returning following tags (text)
<p id="tobeedited4">one</p> (should manually select "two")
and while calling the ajax it has
new... |
Forum: PHP Mar 12th, 2008 |
| Replies: 2 Views: 218 |
Forum: PHP Mar 12th, 2008 |
| Replies: 2 Views: 218 check is time and insert null time the user posts from time input box..
now i need to check is that in time format or not ... how???
if he doesnot input time ... then i have to inset null time in db with time datatype ..... |
Forum: PHP Mar 10th, 2008 |
| Replies: 0 Views: 210 Problem inserting Image in Tinymce when i insert a image from tinymce,
it sets default to 550px X 550px
from where can i change these default setting in tinymce
-------------------------------------------------------
Sorry guys it... |
Forum: PHP Mar 10th, 2008 |
| Replies: 4 Views: 232 |
Forum: PHP Mar 10th, 2008 |
| Replies: 1 Views: 198 how to make a null date i need to have null date from php and send to mysql
how to make a null date so that i could insert it the database
it should be in the format '00-00-0000'; |
Forum: PHP Mar 9th, 2008 |
| Replies: 1 Views: 387 |
Forum: PHP Mar 8th, 2008 |
| Replies: 4 Views: 232 Re: problem printing quota in input box addslashes, stripslashes doesnot fix into my problem.
coz i need to handle the both at once for the value of input tag (which have already an quota itself)
- also saving with addslashes will hamper... |
Forum: PHP Mar 8th, 2008 |
| Replies: 4 Views: 232 |
Forum: PHP Feb 25th, 2008 |
| Replies: 5 Views: 265 |
Forum: PHP Feb 24th, 2008 |
| Replies: 5 Views: 265 |
Forum: PHP Feb 24th, 2008 |
| Replies: 5 Views: 265 |
Forum: PHP Feb 24th, 2008 |
| Replies: 5 Views: 265 |
Forum: PHP Feb 24th, 2008 |
| Replies: 5 Views: 265 Need to access the secure page of another site There is a another-site such as :
http://his-site.com
there is a form on
http://his-site.com/submit_something.do
To access this page we need to go through login from
http://his-site.com/login.do |
Forum: PHP Feb 24th, 2008 |
| Replies: 19 Views: 964 Re: mime_content_type not working OK Thanks for the follow up till here
here is the conclusion for the post:
mime_type is not supported for windows
The Next episode of this post will be along with the news "mime_type" is also... |
Forum: PHP Feb 23rd, 2008 |
| Replies: 19 Views: 964 Re: mime_content_type not working which one
are you talking about http://www.php.net/mime_magic
ok here it goes:
----------------------------------
Mimetype Functions
Introduction
Warning |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 964 Re: mime_content_type not working I very much appreciate your effort
but still not coming good days to me
the output is
Warning: mime_content_type() [http://www.php.net/mime_magic]: mime_magic not initialized in C:\Program... |
Forum: PHP Feb 22nd, 2008 |
| Replies: 19 Views: 964 |
Forum: PHP Feb 21st, 2008 |
| Replies: 19 Views: 964 |
Forum: PHP Feb 21st, 2008 |
| Replies: 19 Views: 964 Re: mime_content_type not working Yeah coool
seems the initialization has been done, gr8.
no warning
but now the function is not returning any value
which does on my web-server(linux)
echo mime_content_type("index.php"); |
Forum: PHP Feb 21st, 2008 |
| Replies: 19 Views: 964 |
Forum: PHP Feb 21st, 2008 |
| Replies: 19 Views: 964 |
Forum: PHP Feb 20th, 2008 |
| Replies: 19 Views: 964 Re: mime_content_type not working ya its on windows
php 5.1.4
with xampp
the above mime_magic has been configure to all the php.ini in apache, php4 and php folder itself.
now it is showing an warning as
mime_magic not initialized... |
Forum: PHP Feb 17th, 2008 |
| Replies: 19 Views: 964 mime_content_type not working mime_content_type is not working ..
i have in my php.ini as:
[mime_magic]
mime_magic.debug = On
mime_magic.magicfile = "C:\Program Files\xampp\php\extras\magic.mime" |
Forum: PHP Feb 17th, 2008 |
| Replies: 6 Views: 531 |
Forum: PHP Jan 31st, 2008 |
| Replies: 3 Views: 591 Re: fopen fwrite in php4 replace
$file
with
chr(36) . file
and pliz make the inverted-commas in proper order.
\" will print out " only |