Forum: MySQL Feb 20th, 2009 |
| Replies: 2 Views: 1,808 hi folks ,
I have a Table names A with these fields (Id,Entry_Date,State)
I want to fetch the 5 recent records with Unique States And Order them Desc
so this is what I did
Select *
From A... |
Forum: PHP Dec 18th, 2008 |
| Replies: 2 Views: 565 Dear folk ,
I have some Data which I want to send it with PHP
the thing I need is this :
$to="email@test.com";
$CC="email@test.com";
$data = "these Information is going to be attached to an... |
Forum: PHP Nov 20th, 2008 |
| Replies: 4 Views: 686 could you tell me how this code look like !!
I'm not familiar with Regular Expression
thanks |
Forum: PHP Nov 19th, 2008 |
| Replies: 4 Views: 686 Dear folk ,
consider I define a constant value
<?php
/*--------values.inc.php ------------*/
define("Data","MyValue")
?> |
Forum: PHP Nov 19th, 2008 |
| Replies: 2 Views: 496 Dear folk ,
I'm work with PHP speedy Plugin which makes my webpage loads 500% faster
http://aciddrop.com/php-speedy/
, the configuration of the php speedy is ok , but when I add
<?php... |
Forum: MySQL Aug 12th, 2008 |
| Replies: 4 Views: 1,382 Foat could support 4byte this means it is limit to 1,000,000,000 number it is limited but Double is 8 byte .... |
Forum: MySQL Aug 12th, 2008 |
| Replies: 4 Views: 1,382 I think I is not Efficient to use two BigInt for a price ....
does Anyone has any Idea? |
Forum: MySQL Aug 12th, 2008 |
| Replies: 4 Views: 1,382 Dear folk,
what should I use for Price Field in Data base
I have used BigInt
But I know I could do it with Decimal , I ned to do it without any Limitation of the size of the digits and the numbers... |
Forum: RSS, Web Services and SOAP Jul 25th, 2008 |
| Replies: 0 Views: 1,603 how can I Change a value in Dollar to Euro with SOAP ....
My system needs to be Upgrade
is there any extention in the web |
Forum: PHP Jul 8th, 2008 |
| Replies: 4 Views: 1,012 Um I think You're right I did think the same ... I'll check it if any body has any Idea please let us know |
Forum: PHP Jul 8th, 2008 |
| Replies: 4 Views: 1,012 I want to code like this but I am limited the Problem is I dont want to brint the If statement out of the heredoc what is the solution
echo<<<ENDSTRING
<div>
... |
Forum: JavaScript / DHTML / AJAX Sep 10th, 2007 |
| Replies: 2 Views: 1,073 Yep you're right I knew this website but I was thinking that if there is a better case or the prototype is complete !!! |
Forum: PHP Sep 9th, 2007 |
| Replies: 3 Views: 1,400 OOoops in my previous Reply there is a little problem so you have to consider it .... in your javascript code for the index you have to this :
decrypted.innerHTML =... |
Forum: PHP Sep 9th, 2007 |
| Replies: 3 Views: 1,400 LOL
why should you kill your self the easiest way is to do this ....
/* index.php */
session_start();
if(isset($_SESSION['firstN'])){
// this means the first session has been passed
... |
Forum: JavaScript / DHTML / AJAX Sep 9th, 2007 |
| Replies: 2 Views: 1,073 Does anyone knows how to work with prototype ajax class , cause I think this class has everything and there is no use of rewriting the code s !!!?? |
Forum: JavaScript / DHTML / AJAX Sep 9th, 2007 |
| Replies: 4 Views: 2,371 you have to do like this...
because you have made the input button after the head tag you can not use the script in the head so you have to write the code after the input button , another problem... |