Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~2K People Reached
Favorite Forums
Favorite Tags

7 Posted Topics

Member Avatar for Rakesh Nagekar

Query string like what that you mean? Are you searching query string to execute in PHP For example: [code=PHP] $result2= pg_query($connection,"SELECT * FROM t_master_reg r, t_master_category c WHERE r.\"dt_reg_reminder\"= '$today' AND r.\"id_status\"='01' AND r.\"id_category\"= c.\"id_category\" ORDER BY r.\"no_reg\" "); [/code]

Member Avatar for network18
0
123
Member Avatar for coboldeveloper

it is because you haven't set the SMTP to yahoo. Since you try to send to [email][email protected][/email] you have to configure the SMTP and Port to yahoo setting

Member Avatar for network18
0
97
Member Avatar for chandradyani

Dear all, I want to inform that the query return zero result? does anyone know how to revised my code so in case my query return zero result and it will echo "search result =0" here is my the code, I have try it but still it doesn't inform that …

Member Avatar for chandradyani
0
117
Member Avatar for chandradyani

I would like to query regulation which it's date reminder is >= today and it's date ended is >=today. So I came with this query: [code] $query="select * from t_regulation where dt_reminder >= '$today' and dt_ended ='$today'" [/code] It works on postgerSQL but not on mysql :( I dont why …

Member Avatar for chandradyani
0
112
Member Avatar for sidrules1984

try to change name $user to another variable name $uid or $uname sometimes the cookie keeps $user for database's username

Member Avatar for BzzBee
0
159
Member Avatar for chandradyani

dear all, I would like to know how to structure and SQL query to query between months ranges Something along the lines of: SELECT * FROM table WHERE datetime BETWEEN xx/xx/xx AND xx/xx/xx I have a table with the following date field entry named datetime: 07-05-2009 Which I am assuming …

Member Avatar for almostbob
0
119
Member Avatar for chandradyani

dear all, I want to make a digital library goverment regulation which related to export import activity in my aoffice. The problem is: I dont know how to upload the .pdf file to local server and provide the link to acess it automatically, Please help me..:(

Member Avatar for BzzBee
0
2K

The End.