User Name Password Register
DaniWeb IT Discussion Community
All
What is DaniWeb IT Discussion Community?
DaniWeb is a massive community of 332,847 software developers, web developers, Internet marketers, and tech gurus who are all enthusiastic about making contacts, networking, and learning from each other. In fact, there are 3,087 IT professionals currently interacting right now! Registration is free, only takes a minute and lets you enjoy all of the interactive features of the site.
Please support our advertiser:
Showing results 1 to 40 of 51
Search took 0.01 seconds; generated 1 minute(s) ago.
Posts Made By: naju
Forum: JavaScript / DHTML / AJAX Mar 26th, 2008
Replies: 2
Views: 589
Posted By naju
Element. Dimensions.js -- i m getting problem

i download
Element. Dimensions.js

but when i include it ... got error
object doesnot supported....

:( what to do?
Forum: JavaScript / DHTML / AJAX Mar 20th, 2008
Replies: 2
Views: 1,079
Posted By naju
Preview an image before upload

pliz let me have an working example for it
Forum: PHP Mar 19th, 2008
Replies: 4
Views: 172
Posted By naju
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
Posted By naju
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
Posted By naju
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
Posted By naju
Re: howto: embed text with different fonts to an image

Yes .... thanks for that information ..
i got it....

i have my own server ..n... it work very well

thank you once again
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008
Replies: 2
Views: 383
Posted By naju
Re: having problem with Ajax.In Place Collection Editor

i got it:

i dont know how to initialize .In Place Collection Editor in v1.6.4,

but the same functions are ok or v1.8 and 1.6.1
:) thanks
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008
Replies: 2
Views: 383
Posted By naju
Re: having problem with Ajax.In Place Collection Editor

http://wiki.script.aculo.us/scriptaculous/show/Ajax.In+Place+Collection+Editor
Forum: JavaScript / DHTML / AJAX Mar 17th, 2008
Replies: 2
Views: 383
Posted By naju
Help having problem with Ajax.In Place Collection Editor

I did all the process as specified in
http://wiki.script.aculo.us/scriptaculous/show/Ajax.In+Place+Collection+Editor

But when i select a value from the combo .... it hangs at "saving..."
there is...
Forum: JavaScript / DHTML / AJAX Mar 16th, 2008
Replies: 2
Views: 539
Posted By naju
Re: tag id after ajax call not visible by js

Thanks for everyone's follow-up

i solved my funny problem ...

i've should put the script tag along with the ajax return ...
:D
Forum: JavaScript / DHTML / AJAX Mar 16th, 2008
Replies: 2
Views: 539
Posted By naju
Re: tag id after ajax call not visible by js

pliz anybody ... identify my mistake ...
i really need to get ride of this problem
Forum: PHP Mar 16th, 2008
Replies: 5
Views: 374
Posted By naju
Re: Display random image from database and...

use as
SELECT car_name, LEFT(car_desc, 20) as car_desc, car_image FROM cars ORDER BY RAND()
Forum: PHP Mar 16th, 2008
Replies: 2
Views: 224
Posted By naju
Help howto: embed text with different fonts to an image

i need to embed text with different fonts to an image

it will be cool if i could use the .ttf font files for writing text


Thanks in Advance
Forum: PHP Mar 16th, 2008
Replies: 5
Views: 374
Posted By naju
Help 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
Posted By naju
Help 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
Posted By naju
Re: check is time and insert null time

I need to store the input in mysql
so its time format of mysql ie 00:00:00
Forum: PHP Mar 12th, 2008
Replies: 2
Views: 218
Posted By naju
Help 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
Posted By naju
Help 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
Posted By naju
Re: problem printing quota in input box

Thanks bro,

htmlspecialchars solve my problem ..

once again thanks a lot
Forum: PHP Mar 10th, 2008
Replies: 1
Views: 198
Posted By naju
Help 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
Posted By naju
Help Youtube Video Thumbnail

how do i get the thumbnail of a video form a video server like YouTube.com
Forum: PHP Mar 8th, 2008
Replies: 4
Views: 232
Posted By naju
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
Posted By naju
Help problem printing quota in input box

I have a string in my database as
in' out"

now i need to show this in input textbox

i did
<input value='in' out"'>
output only: in

also
Forum: PHP Feb 25th, 2008
Replies: 5
Views: 265
Posted By naju
Re: Need to access the secure page of another site

:D
its all me in this post
:D

curl does these all for you
for more info:
http://php.net/curl


Thanks all
Forum: PHP Feb 24th, 2008
Replies: 5
Views: 265
Posted By naju
Re: Need to access the secure page of another site

OK suppose

you save your hi5 login account to my-site.
when you change the profile Status (Scrapbook) of my-site then it must automatically change on your profile of hi5
Forum: PHP Feb 24th, 2008
Replies: 5
Views: 265
Posted By naju
Re: Need to access the secure page of another site

look its like ...

i will make a chat-room based on the this forum we are using

but the user will have have to type the http://www.daniweb.com/ on URL

but we know ... to reply or to post in this...
Forum: PHP Feb 24th, 2008
Replies: 5
Views: 265
Posted By naju
Re: Need to access the secure page of another site

ok here is some more in detail

his-site.com has database
and also the form to insert data to his-database

my-site.com will also have the HTML form.
but the post from the my-site will go to...
Forum: PHP Feb 24th, 2008
Replies: 5
Views: 265
Posted By naju
Help 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
Posted By naju
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
Posted By naju
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
Posted By naju
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
Posted By naju
Re: mime_content_type not working

back to the same old warning

mime_magic not initialized
Forum: PHP Feb 21st, 2008
Replies: 19
Views: 964
Posted By naju
Re: mime_content_type not working

Warning
mime_magic not initialized
again appears
Forum: PHP Feb 21st, 2008
Replies: 19
Views: 964
Posted By naju
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
Posted By naju
Re: mime_content_type not working

it was not.
but now .. i have uncommented that ...
restarted my apache ...

again same warning
mime_magic not initialized
Forum: PHP Feb 21st, 2008
Replies: 19
Views: 964
Posted By naju
Re: mime_content_type not working

same warning
mime_magic not initialized
Forum: PHP Feb 20th, 2008
Replies: 19
Views: 964
Posted By naju
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
Posted By naju
Help 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
Posted By naju
Re: HELP - Image Upload

Try this ..... report full error description if occur
Forum: PHP Jan 31st, 2008
Replies: 3
Views: 591
Posted By naju
Re: fopen fwrite in php4

replace
$file
with
chr(36) . file

and pliz make the inverted-commas in proper order.
\" will print out " only
Showing results 1 to 40 of 51

 
All times are GMT -4. The time now is 12:16 pm.
Forum system based on vBulletin Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
©2003 - 2008 DaniWeb® LLC