- Strength to Increase Rep
- +5
- Strength to Decrease Rep
- -1
- Upvotes Received
- 3
- Posts with Upvotes
- 3
- Upvoting Members
- 3
- Downvotes Received
- 0
- Posts with Downvotes
- 0
- Downvoting Members
- 0
I'm a student
- Interests
- Playing Games and Programming especially web designing
- PC Specs
- Intel 3.06 HT 2 GB DDR2 650 MHz 160 GB SATA II 320 MB Nvidia Geforce 8500
Hello, I am assigned with the task of cloning digg.com, I am doing quite well except one issue, I want the user to enter a link in a text field and then I want the take a screen shot of that url (like digg.com). Please help me with what libraries … | |
Hello Guys I want to connect two databases at the same time but it looks like the php is only picking up the second database. One database is on my localhost and the other one is on server, I want to transfer the data from my localhost database to the … | |
Hello Coders, I am trying to generate the pdf file using php, I successfully generated the php file and then I tried to insert an image in the pdf file using php and got this error, I have the image and file in the same directory and don't know why … | |
Hello I am trying to develop a group site where a user can signup and create group and other user can signup and join the groups created by other users, each user will have a wall where the posts from the groups they joined will appear, I need help in … | |
Hello, I just finished creating an online site builder and now its time to launch it, I am facing a problem related to URL-Rewriting. My site builder contains all the files and folders which will make up the client's site inside a folder named as "usersite", and can be access … | |
Re: To reach internet so they can login to daniweb. | |
Hello, Please help me in understanding the mystery behind rss feed, how to create it?, is it an automatic process? or it requires some admin type thing? Please help me, I want to know how to create a rss for a website. Thanks. | |
Hello, I am developing a site and right now I am facing a problem when I try to upload the code on the server, everything is fine and working there except the flash files, the ".swf" files are showing on the page when access them through the website but they … | |
Hello, I am developing a site on which upon registration the users will receive a personal site with the address username.domainname.com Please tell me how this can be achieved, I think it might b possible with the use of mod_rewrite but I am not sure. Please help me with this … | |
Hello, I want the ability for my clients to authorize the payment at the signup and pay when they will confirm their account. I have Googled about it and found the Paypal Authorize and Capture for this purpose. I was unable to found tutorial for A&C. Please tell me if … | |
Hello, I have created a site where users will have to pay fee for signup, that fee will be calculated using the options the select. I want them to be able to pay their fee using Paypal, I know how to process a fixed amount using paypal but don't know … | |
Hello Everyone, I have a pretty simple problem for an expert. I want to access the database on the server from my localhost, I don't know how to do it. On our localhost the way is mysql_connect("localhost","name","password"); But how I will access the database on a server from my localhost?? … | |
Re: [B]love[/B] President Bush is the greatest________________. | |
Hello Guys, I need a simple help in css (I think so). Please have a look at this page [URL="http://www.csszengarden.com/?cssfile=213/213.css"]http://www.csszengarden.com/?cssfile=213/213.css[/URL] You will find some images at the bottom of the page that remains there whether you scroll up or down, I want to know how can achieve this. I think … | |
[B]Hurry up complete these sentences with Yes or No:[/B] [LIST=1] [*]_____________, I am not a honest person [*]_____________, I will cheat you. [*]_____________, I am an idiot. [/LIST] | |
Hello, I am wondering how can I install and use geolocation api by Google so that I can use it in my website. I have spent 2 hours for this searching on google, yahoo, mamma, ask but not found a solution so please help because I am ready to throw … | |
Hello, I am trying to develop a calender using the flash's built-in date chooser component, what I want to do is that I want to pass an array of dates to flash from javascript and then disable that dates in the calender component, Please help me in doing this. Thanks | |
Hello, How can I find out the day of week, using given date using php or mysql, I have searched for it on google and find out a mysql function DAYNAME but when I used this function the output is "Resource id#3" please help me in solving this. Thanks | |
Hello, I am developing a website for which I am designing a signup form, the problem is a user fills the form and miss a field when they go back to enter that field it cleans up all the remainig field and they have to fill the whole form again. … | |
Re: [QUOTE=TheNNS;664368]this is probably the worst thread ever. Daniweb has really lost quality in the last couple years.[/QUOTE] Hey you know the meaning of SHIT.??? :D ~s.o.s~ is right please spend sometime on [URL="http://www.mammasmilk.com/"]http://www.mammasmilk.com/[/URL] | |
| |
Hello Guys please tell me what are the differences between Object Oriented and Structured Programming. Thanks. | |
Hello, Please tell me the way how can I turn on error reporting/php warnings in apache2triad. | |
Re: On your page give same id to all the combo boxes and place [] after their id. On your php page use this. [CODE] // I assume the id of all the boxes to be [B]boxes[][/B] <?php $boxes = $_POST['boxes']; foreach($boxes as $k){ echo $k; // will display the selected … | |
Hello Everyone, The problem I am facing is very simple, I want to add daily news letter subscription for the users on a site. Please tell me how can I do that. Thanks | |
Re: Instead of exploding and getting the extension use the mime type of the images (images/gif for firefox and safari, images/pgif for IExplorer). Because if you use the method of getting extension then the users will upload any thing after changing the files extension. e.g if a file is doc.docx they … |