- Upvotes Received
- 0
- Posts with Upvotes
- 0
- Upvoting Members
- 0
- Downvotes Received
- 1
- Posts with Downvotes
- 1
- Downvoting Members
- 1
jst programming and graphics.... html is my peak
- Interests
- surfing the web, finding new things..... observing human relations
- PC Specs
- i love to design in html
51 Posted Topics
| |
Re: good marks are not important, but only the time passed with your friends will make u laugh | |
Re: when u laugh even at seeing your friend...... when u saw him after a long time | |
Re: "listening to Abida Perveen's (Dhondo gy agar mulkoon mulkoon)" v sad now | |
Re: Hi, When you use a cable modem or a DSL connection to try to connect to a Microsoft Internet Information Services (IIS) site that is running on a Microsoft Windows 2000 Professional-based computer, you may receive the following error message in Microsoft Internet Explorer: Error 500 If you click to … | |
Re: Hello, Simple Formula; Javascript(For client side scripting) PHP (Server Side Scripting, if already a c++ programmer, its most suited) when feel handy using both, try AJAX(Communication B/w Client Side and Server Side) You will Do BEST. Best of luck ![]() | |
Dear All, Thanks for your interest, i want to develop a plugin for internet explorer (6 to onward) in C#. Kindly guide me in this regard. | |
Re: you suck bcos you want all people to tell many many reason for you being SUCKED.. | |
Re: Hi, you should try like this; <?php for ($i =0; $i < $ValuenumtableChildren; $i++) { ?> <a href="viewingdetails.php?name= <?php echo $value[$i]?> "> <?php echo $value[$i]?></a> <?Php } ?> | |
Re: Hello nigelburrell, [INDENT]A simple solution to your problem can be to first save the timezone(can be called as offset) as a signed number (e.g., +5 or -5 etc) of each user in the database. And when he signed it at a particular time, do calculate his local time by adding … | |
Re: > plz tell java script checks for not insert blank value in database when using fckeditor????? > > when i not insert any record,the script runs like enter ans but value also inserted in data base..i want not insert blank value and check also runs .... > > my code … | |
Re: [QUOTE=prateekm;914949]<?php $con = mysql_connect("localhost:3306","pm" ,""); if (!$con) { die('Could not connect: ' . mysql_error()); } // some code ?> on writing the above code it is showing the following error: Warning: mysql_connect() [function.mysql-connect]: Access denied for user 'pm'@'localhost' (using password: NO) in C:\wamp\www\p2.php on line 83 Could not connect: Access … | |
Re: Hello, create another column for "imageid" that will be incrementing id, make a variable named, "$currentid" which will hold the value of the first "imageid" from the table. now on each press of next and previous link, just write simple code for retrieving image from the database having "$currentid" incremented … ![]() | |
Re: [QUOTE=itisnot_me;914999]hey all i got a question where i am not sure that it will be possible. i already have my table in my data base which has values in it ex: first_property. and i made a little script which helps me grab all the names in the form that i … | |
Re: Hi, Try this code; [code=php] function CopyrightCheck($crCheck) { $crCheck = stripslashes($crCheck); $Copyright_Notice = "Copyright © 2000-2009 YourWebsite.com (Your Script). All Rights Reserved"; if ($crCheck != $Copyright_Notice) return COPYRIGHT_NOT_VALID; else return COPYRIGHT_IS_VALID;[/code] ![]() | |
Re: Hello Rahul, [INDENT]Hope you are doing well, if you are using windows OS, install WAMP Server for all your development. It will help you alot in the future. Because it is very helpful for you as a beginner, as you don't have to worry about the details. And while question … ![]() | |
Re: Hello, for which programming language you are looking for development environment? If you are asking for PHP, its WAMP for windows OS.... Its very nice for beginners because it takes all the load of different configuration of PHP. This may help you downloading WAMP; [URL="http://www.wampserver.com/en/"]http://www.wampserver.com/en/[/URL] You can also use XAMPP … | |
Re: Hello Steven, you should first send the thread ID to the edit page using Session variable. Then in the edit page, using MySQL and the thread ID, retrieve the data about that particular content and put it as the value of the text area. Now if Send/Save button is pressed, … | |
Re: [QUOTE=Himani_29;912521]nw i hv been tryin a stuff tht m really nt sure if u guys understnd at once..bt sum1 hs to find a solution for it plzzzzzzzzzz... i need a code in C++ to do the following tasks...:- 1.) copy files from a folder 2.) save them in a different … | |
Re: Hello s2009, Hope you are doing well, try this code [code=c#] //just calculate the total no.of days. int a = totaldays / 7; int dayswithoutsundays = totaldays - a; [/code] I hope it will help you. | |
![]() | Re: Hello Kingben, [INDENT]I opened the above mentioned link, it ask me for a username and password, how can i register here, it has the following error when i tried to open it; [Quote] [B]Authorization Required[/B] This server could not verify that you are authorized to access the document requested. Either … |
| |
Hello to all, [INDENT]I am making an application which will only take images, convert it into binary image using a threshold. Now this binary image will be segmented horizontally on the basis of black pixels. In the attachment [ATTACH]10789[/ATTACH], this is the original image file. Now i have to segment … | |
Re: Hi alexgv14, Hope you are doing fine, as the Shawn said, there is no obligation in using any of these functions, For [B]file_get_contents[/B] ([URL="http://php.net"]http://php.net[/URL]) and for [B]fread, fopen[/B] ([URL="http://www.tizag.com/phpT/fileread.php"]http://www.tizag.com/phpT/fileread.php[/URL].) Hope it will help you... | |
Re: Hello mike, [INDENT]Hope you are doing well, the post you did, shouldn't be sent here. Congratulations on your success. Always create a thread when you are intended to ask for some good information. If you want to share this information to all of us, create a full tutorial or code … | |
Re: Hello borntowin, [INDENT]Hope you are doing fine, after using [B]substr[/B] function, first find (in the first portion of the content) the total number of these strings "ul" and "li". If these numbers are odd, then first add "li" in this text followed by "ul" and then in the DETAILS portion … | |
Re: Hello dwdata, [INDENT]Hope you are doing fine, your first question, you should consider your table, it is not NORMALIZED (this table contains multi value dependency), so first make another table in which only username and instrument name are the columns, the username will be Foreign key from this Volunteers table. … | |
Re: Hello bhanu, [INDENT]Hope you are fine, entropy and simple php have their own versions, i don't think any changes required. Don't confuse these names, just use which is according to your requirements. If you have any questions regarding entropy php goto their site and ask for your required question. I … | |
Hello all, Thanks in advance for any type of help, i want to create a text file from already created textfile, which will have all the "\t" characters replaced with "\n" e.g abc.txt ammar hassan shah naqvi new.txt ammar hassan shah naqvi here is the code i m using, but … | |
Re: Hello, There is no problem with the code as for as errors are concern, now its up to you that the formulas you put are correct and according to requirements or not..... I think that you are not considering well the " 1 cc " of the cans, do consider … ![]() | |
Re: Hello, as the "Flash Creations " said, emailto is only to be used through html.... you can jst print it in php like print"<a href="emailto:abc@def.com" > Send mail</a>" | |
Re: Hello, [B]Ruby:[/B] A dynamic, open source programming language with a focus on simplicity and productivity. It has an elegant syntax that is natural to read and easy to write. [B]Ajax:[/B]Ajax, sometimes written as AJAX (shorthand for asynchronous JavaScript and XML), is a group of interrelated web development techniques used on … ![]() | |
Re: Hello, everything is ok except [Code=php] function __construct($title,$content) { $this->title = $title; $this->content = $content; } [/Code] Hope this will help you, whenever you find error, just go back from the print statement to the top of the code. You will find the error. | |
Re: Hello, Tell me please kay why you want to use it that way? | |
Re: Hello, Try to test wamp on different port to find out if port is being used by different application or blocked by your isp. [Quote] Open file httpd.conf and find this line listen 80 Change to listen 81 Save file and restart wamp to take effect. Remember to enable port … | |
Re: Hi, a built in function is php 4 and php 5 named nl2br means newline to breakline is used for these purposes. you can use it like following string1 nl2br(string2); where string2 is the return value of nl2br with all the \n converted into br Thanks. | |
Re: Hi, Before accessing the file, do check that the file is not read only. So that you may access them properly. | |
Re: Hi, Binary means having two operands for doing the operation while unary have only one operand to do any operation. suppose you have the following code for binary operation [CODE] int result =0 , op1 = 3, op2= 4; result = op1 + op2; // the value of result will … | |
Re: Hi, You may go to the following link where you can get a massive information about "How to Send Email from a PHP Script Using SMTP Authentication". [URL="http://email.about.com/od/emailprogrammingtips/qt/et073006.htm"]http://email.about.com/od/emailprogrammingtips/qt/et073006.htm[/URL] If you find some valuable work, do add it to my reputation. Thankyou | |
Re: Hi, This problem has already discussed in following thread; [URL="http://www.daniweb.com/forums/thread8894.html"]http://www.daniweb.com/forums/thread8894.html[/URL] Hope you will find there, First do search on google then Came here. Thanks | |
Re: Hi, It sends the mail because you didn't write the else code, you should send the mail in the else block of all the above if's .... try the following; [code=php] if($from == '') {echo "<script langauge=\"javascript\">alert('Mail not Sent, You have not entered a Name, please go back fill up … | |
Re: Hi, you are not using all the arguments of the function mysql_connect(), try the following code. If this helped you, do add it to my reputation. Thanks [code=php] $con = mysql_connect("localhost"); if (!$con) die('Could not connect: ' . mysql_error()); else echo "connected"; [/code] | |
Re: Hi, Do check with the following code for connection [code=php] $dbhandle = mysql_connect("localhost","root",""); // because the default password is empty string [/code] It will show connecting because you haven't written the exact code you should do like following; [code=php] $con = mysql_connect("localhost","root",""); if (!$con) { die('Could not connect: ' . … | |
Re: hi, as they are temp files, so these files are used by your system's currently working programs. If no programs are running at this time, the files can contain data of some previous program. Try again deleting the file after closing all the programs or after restarting your PC. | |
Re: hi, do try search with following key : computer science and bioinformatics computer science and <field name> hope you will get better results Take care | |
Hi to All, Please tell me briefly that in PHP, what type of errors occured to the developer. Thanks in Advance | |
Hello , Please any one can tell me the reference or the details of the retrieving the forgotten passwords in windows xp, i have lost my password, its very urgent. Please tell me about any program or software which can generate the password of the windows xp. its very urgent, … | |
Hey All, I have a Register.php page, whose code is as follows. On Register Me button, i want to restore values back in text boxes, when some invalid input is in textboxes. How can i do this? [code] <?php session_start(void); ?> <html> <head> <title>Login System Using PHP</title> <meta http-equiv="Content-Type" content="text/html; … |
The End.