No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
7 Posted Topics
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]
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
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 …
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 …
try to change name $user to another variable name $uid or $uname sometimes the cookie keeps $user for database's username
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 …
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..:(
The End.
chandradyani