Search Results

Showing results 1 to 40 of 75
Search took 0.01 seconds.
Search: Posts Made By: danishbacker
Forum: PHP Aug 14th, 2009
Replies: 1
Views: 175
Posted By danishbacker
Go for php curl, it will solve your problems.
And one more thing, please don't ask me more because I don't know much about curl. ;)
Forum: PHP Aug 14th, 2009
Replies: 5
Views: 378
Posted By danishbacker
me too had the same problem but I gave full path.

Try giving path from a variable preceded by $_SERVER['SERVER_NAME']; thus by making full path?

Hope this will work for you.

(thought your...
Forum: PHP Aug 14th, 2009
Replies: 1
Views: 274
Posted By danishbacker
sorry i am not sure about the code (pear package for date)
but i used to change the timezone as following

<?Php
if(function_exists('date_default_timezone_set')){...
Forum: Getting Started and Choosing a Distro Jul 2nd, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
Thanks, I'll check for "winetricks".
Forum: Getting Started and Choosing a Distro Jul 1st, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
Im sorry for this.
Actually me too didn't want to discuss about illegal things here. I thought those information would be helpful for those who will help me,
they might get idea about my needs...
Forum: Getting Started and Choosing a Distro Jul 1st, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
i forgot to tell you people that, i also tried
but unfortunately i downloaded an outdated version MEPIS 6
:D its good but Ubuntu 9 seems more relaxed.

One more thing,
I never thought making...
Forum: Getting Started and Choosing a Distro Jul 1st, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
:) Thank you all for helping me

I tried Ubuntu 9, it was simply great.
It comes with buitin drivers for system.
So now i dont need to worry abt installing driver (graphics,audio,...). :)

As...
Forum: PHP Jun 25th, 2009
Replies: 10
Views: 15,290
Posted By danishbacker
use php pear to send email.
its works fine for me.
check these links
http://www.tuxradar.com/practicalphp/15/5/2

http://www.tuxradar.com/practicalphp/15/5/3
Forum: PHP May 30th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
:) happy to hear that ur problem is solved now.
did understood what is `` for?

don't know what is the actual definition. But it works like escape character. ie like we use slashes in string....
Forum: Getting Started and Choosing a Distro May 29th, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
Many Thanks Xlphos,
I have downloaded portable photoshop and dreamweaver. I think I can use them with wine.

Can you plz tell me some thing abt video and audio playback
i need to play all type...
Forum: PHP May 29th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
try this.
$insert="INSERT INTO `table` (name) VALUES ('$value')";


U have given "table" as table name and "name" as field name.
Both have special meaning in sql. So if u are using it u need to...
Forum: Getting Started and Choosing a Distro May 28th, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
Will it support my chipset drivers etc?

also i need to watch movies

can i install codec packs?

can u explain a bit more?

Plz
Forum: Getting Started and Choosing a Distro May 28th, 2009
Replies: 19
Views: 2,637
Posted By danishbacker
Hi,
I am using windows XP now i want to switch to Linux.
Only bcoz i thought i cud use free software as possible as i can.
Currently there are only three things which im using are illegal
1. OS...
Forum: PHP May 27th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
Happy to hear that ur problem was partially solved
Try this

$insertSQL = sprintf("INSERT INTO $table (id,name) VALUES (%d, %s)", $ch[0], $var);

$Result = mysql_query($insertSQL) or...
Forum: PHP May 26th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
Sorry, this is working perfect here

Check this i just uploaded a sample the file i was using here. http://peipians.com/tempDomains/test.php

try removing isset() and all those,
just echo...
Forum: PHP May 25th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
while using radio button
u need set values for each radio button to know which one is clicked
dont forget to give same name and id for all radio buttons


<form id="f" name="f" method="post"...
Forum: PHP May 25th, 2009
Replies: 3
Views: 389
Posted By danishbacker
plz dont get me wrong, i think u already know this.
but what to do this is the answer.

mysql_query("INSERT INTO table_name (member, img1, img2,img3) VALUES ($var1, $var2, $var3, $var4)");
Forum: PHP May 25th, 2009
Replies: 7
Views: 624
Posted By danishbacker
Also paste the code for "timezone.php"
Forum: PHP May 25th, 2009
Replies: 7
Views: 624
Posted By danishbacker
Are you getting any error or incorrect date?
if it is incorrect date then setting the default timezone as below will solve ur problem
date_default_timezone_set('Asia/Calcutta');
Forum: PHP May 25th, 2009
Replies: 3
Views: 389
Posted By danishbacker
Mr. DaveyMoyes
you havent inserted the filename/path in to database while uploading. I this is why the file name is not showing.
Try inserting those img names to corresponding columns.
Forum: PHP May 25th, 2009
Replies: 25
Views: 3,115
Posted By danishbacker
Me too a beginer in php,
i checked ur code but cant understand some parts of it comletely.
as i do php in php4 style and u in php5 style

First i dont understand why u are using checkboxes...
Forum: PHP May 25th, 2009
Replies: 3
Views: 1,448
Posted By danishbacker
U need to specify the table structure to solve this.
The above code will work only if all the field types varchar or similar types, i mean those cannot be an int.

if that is not ur problem try...
Forum: PHP May 25th, 2009
Replies: 17
Views: 861
Posted By danishbacker
Hope your code is not showing any errors.
Also i think u havet tried alerting the "req.responseText" after satus 200
if not try that.

check whether u r getting required output in correct format....
Forum: PHP May 25th, 2009
Replies: 10
Views: 660
Posted By danishbacker
Actually i didnt get u completely.
Anyway im just trying to help you
you can get username in many ways like using url (GET method), by creating session, cokkies etc or by getting it from database....
Forum: PHP May 25th, 2009
Replies: 5
Views: 1,099
Posted By danishbacker
Use a simple javascript function to do this.
and you just need to invoke a method in event 'onsubmit' in form tag

While calling check whether any field is null or not
if 'null' then the function...
Forum: PHP May 21st, 2009
Replies: 2
Views: 2,340
Posted By danishbacker
Problem solved. The second method is working.
Using .htaccess

<IfModule mod_expires.c>
ExpiresActive On
ExpiresByType text/html "access plus 2 days"
ExpiresByType image/gif "access plus 60...
Forum: PHP May 20th, 2009
Replies: 2
Views: 2,340
Posted By danishbacker
How can i add expires header to images?
i used the following in css file and php respectively

<?php
-----------CSS------------------------------------------------------
ob_start...
Forum: PHP Apr 29th, 2009
Replies: 24
Views: 1,835
Posted By danishbacker
Mr. Aamit

I think you are taking the long route.
This is actually very simple. I think your need is just to update a pic and it has to be shown there without refreshing the whole page.
Like we...
Forum: PHP Apr 29th, 2009
Replies: 7
Views: 1,925
Posted By danishbacker
The problem was solved temporarily, thats why I didnt updated the thread.
It was solved by getting write permission to that directory.
For this I mailed the admin of hosting company specifying my...
Forum: PHP Apr 29th, 2009
Replies: 3
Views: 697
Posted By danishbacker
Thanks I will check GEDCOM as recommended by Mr. Airshow.
Can I use the tree view in GEDCOM to my web page.
I just got a GEDCOM application.

Also I think I cannot use Binary Tree in my case as...
Forum: PHP Apr 27th, 2009
Replies: 3
Views: 697
Posted By danishbacker
I need to make a family tree. But i don't know how to make make it.
I asked someone and done some searching in Google.
I found three ways as follows

1. Using Database (foreign key to represent...
Forum: PHP Apr 24th, 2009
Replies: 5
Views: 394
Posted By danishbacker
I experienced the same problem but it was in windows server, the same code works perfectly in another linux server.

The problem was I was not having enough permission to make file upload. Also...
Forum: PHP Apr 23rd, 2009
Replies: 4
Views: 389
Posted By danishbacker
I think you have problem with table elements.
me too tried like once, to me it is little difficult to do it with table (th,tr,td............).

But it became very easy when made with div and css...
Forum: PHP Apr 23rd, 2009
Replies: 2
Views: 318
Posted By danishbacker
http://www.phpfreechat.net/
http://www.google.co.in/search?hl=en&q=ajax+chat+using+php&btnG=Google+Search&meta=&aq=f&oq=
Forum: PHP Apr 23rd, 2009
Replies: 2
Views: 318
Posted By danishbacker
Do you mean ajax chat? If so

check this link
http://www.php-development.ru/javascripts/ajax-chat.php

You can get many like this by googling "ajax chat using php"
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009
Replies: 11
Views: 1,988
Posted By danishbacker
claritydigital, you have learn how to search in google before u start learing ajax. When u search ajax in google the third result itself is a good tutorial site (w3schools). Also u can get unlimited...
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009
Replies: 0
Views: 426
Posted By danishbacker
I am using a a customized google map which is used to show properties for sale in a specific area. There tree level for this ie by Country, State and City and is done using list menu. It is working...
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009
Replies: 3
Views: 1,444
Posted By danishbacker
It will be easy for us to help you if you are a little more specific.
are you using db for fetching data or from array?
I assume you are using db then it is very easy
like
SELECT * FROM...
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009
Replies: 1
Views: 1,641
Posted By danishbacker
I think creating cookies along with session with same values will solve your problem.
Forum: JavaScript / DHTML / AJAX Mar 17th, 2009
Replies: 2
Views: 3,064
Posted By danishbacker
I dont know it is correct or not but try using

document.getElementById("anyName")
or
document.getElementByName("anyName") or something like this

for handling items in the DOM instead of...
Showing results 1 to 40 of 75

 


About Us | Contact Us | Advertise | DaniWeb | Acceptable Use Policy | RSS Feed

©2003 - 2009 DaniWeb® LLC