Forum: Geeks' Lounge Aug 13th, 2009 |
| Replies: 307 Views: 21,960 "listening to Abida Perveen's (Dhondo gy agar mulkoon mulkoon)"
v sad now |
Forum: Geeks' Lounge Jul 17th, 2009 |
| Replies: 8 Views: 485 you suck bcos you want all people to tell many many reason for you being SUCKED.. |
Forum: PHP Jul 12th, 2009 |
| Replies: 1 Views: 296 Hello waqas,
This is not a place to ask on URGENT basis. please be cool and you will be answered shortly. |
Forum: PHP Jul 11th, 2009 |
| Replies: 4 Views: 508 Hello nigelburrell,
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... |
Forum: PHP Jul 11th, 2009 |
| Replies: 3 Views: 305 Hi,
Try this code;
function CopyrightCheck($crCheck) {
$crCheck = stripslashes($crCheck);
$Copyright_Notice = "Copyright © 2000-2009 YourWebsite.com (Your
Script). All Rights... |
Forum: PHP Jul 11th, 2009 |
| Replies: 3 Views: 1,194 Hello prateekm,
in WAMP, use this syntax for your connection establishment;
$con = mysql_connect("localhost","root" ,"");
if (!$con)
{
die('Could not connect: ' .... |
Forum: PHP Jul 11th, 2009 |
| Replies: 4 Views: 284 Hello,
you can use IF ELSE condition of Transact SQL
IF Boolean_expression
{ sql_statement | statement_block }
[ ELSE
{ sql_statement | statement_block } ] |
Forum: PHP Jul 10th, 2009 |
| Replies: 9 Views: 491 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... |
Forum: PHP Jul 10th, 2009 |
| Replies: 5 Views: 281 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... |
Forum: Posting Games Jul 9th, 2009 |
| Replies: 1,429 Views: 113,250 |
Forum: Posting Games Jul 9th, 2009 |
| Replies: 1,429 Views: 113,250 |
Forum: C# Jul 9th, 2009 |
| Replies: 11 Views: 787 Hello,
What a nice calculator maan! Great |
Forum: C# Jul 9th, 2009 |
| Replies: 3 Views: 355 Hello s2009,
Hope you are doing well, try this code
//just calculate the total no.of days.
int a = totaldays / 7;
int dayswithoutsundays = totaldays - a;
I hope it will help you. |
Forum: C++ Jul 9th, 2009 |
| Replies: 16 Views: 387 Hello Himani,
I think you are in wrong place, here people don't solve your assignments or requirements... If you have some particular error or problem, then i assure you people will help you. Hope... |
Forum: C# Jul 9th, 2009 |
| Replies: 2 Views: 303 Hello,
I have locate the error, i wasn't clearing the variables x1, y1, x2 and y2.... Thanks for input. |
Forum: PHP Jul 8th, 2009 |
| Replies: 9 Views: 436 Hello Rahul,
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... |
Forum: C# Jul 8th, 2009 |
| Replies: 2 Views: 303 Hello to all,
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... |
Forum: PHP Jul 7th, 2009 |
| Replies: 2 Views: 292 Hi alexgv14,
Hope you are doing fine, as the Shawn said, there is no obligation in using any of these functions, For file_get_contents (http://php.net) and for fread, fopen... |
Forum: PHP Jul 7th, 2009 |
| Replies: 1 Views: 231 Hello mike,
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.
... |
Forum: PHP Jul 7th, 2009 |
| Replies: 8 Views: 459 Hello Kingben,
you should include an RSS feed in your this notice board, so that any new notice will be emailed to the subscribers, do add a facility of user registration.
If there is no... |
Forum: PHP Jul 7th, 2009 |
| Replies: 1 Views: 364 Hello borntowin,
Hope you are doing fine, after using substr function, first find (in the first portion of the content) the total number of these strings "ul" and "li".
If these numbers are... |
Forum: PHP Jul 7th, 2009 |
| Replies: 1 Views: 689 Hello dwdata,
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... |
Forum: PHP Jul 7th, 2009 |
| Replies: 1 Views: 214 Hello bhanu,
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.
... |
Forum: PHP Jul 7th, 2009 |
| Replies: 8 Views: 459 Hello Kingben,
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;
If i could register, i... |
Forum: PHP Jul 7th, 2009 |
| Replies: 13 Views: 534 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... |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 O thats the solution .... thanks Ramy... |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 Sir,
Actually, when it the string is written in text file, there are no '\t' replaced with '\n', i m showing you my input and output file,
input file
ammar hassan
shah naqvi... |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 to ddanbe:
I have checked this method too, this will create string with "\t" char replaced with "\n" but we when we store that string in file, all the "\n" dont appear.....
:-( |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 to Adatapost:
sir, i have checked with this method too, but didn't find my required string in file. Actually the string when retrieved from file, we are able to change that string... |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 To ddanbe:
No, there are no spaces, only tabs between two words.... |
Forum: C# Jul 5th, 2009 |
| Replies: 12 Views: 591 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... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 2 Views: 289 Hello,
everything is ok except
function __construct($title,$content) {
$this->title = $title;
$this->content = $content; }
Hope this will help you, whenever you find error, just... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 11 Views: 1,337 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... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 5 Views: 266 Hello,
Ruby: 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.
... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 4 Views: 273 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>" |
Forum: PHP Jul 3rd, 2009 |
| Replies: 2 Views: 674 Hello,
Tell me please kay why you want to use it that way? |
Forum: PHP Jul 3rd, 2009 |
| Replies: 7 Views: 501 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... |
Forum: PHP Jul 3rd, 2009 |
| Replies: 7 Views: 1,051 Hello,
Try to test wamp on different port to find out if port is being used by different application or blocked by your isp.
If my post help you, do add it to my reputation. |
Forum: PHP Jun 27th, 2009 |
| Replies: 2 Views: 314 Hi,
This problem has already discussed in following thread;
http://www.daniweb.com/forums/thread8894.html
Hope you will find there, First do search on google then Came here.
Thanks |
Forum: PHP Jun 27th, 2009 |
| Replies: 2 Views: 393 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;
if($from == '') {echo "<script... |