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
~4K People Reached
Favorite Tags
Member Avatar for roy--

Hello, I have looked everywhere on the web for a solution to this problem. I am trying to store arabic characters into mysql via an html form. i have set the meta charset to utf-8 and have tried mysql_query('set names 'utf=8'") but still i get garbled characters in my table: …

Member Avatar for MisterArabic
0
3K
Member Avatar for roy--

Hello, In Google, Say I have people searching and clicking on my website link using the search term: "KEYWORD1 KEYWORD2". Would this increase my ranking for "KEYWORD1" by itself and "KEYWORD2" ? I hope am making sense :D Thanks!

Member Avatar for roy--
0
52
Member Avatar for roy--

Hello, I am currently using phplist, which is ok but started acting weird lately, kinda buggy i must say. Please recommend a free php/mysql based mailing list software. and also please recommend a commercial version of which i might consider.. requirements: tracking of opens/clicks/etc.. multi-language support html support I need …

Member Avatar for macneato
0
131
Member Avatar for roy--

Hello, I've got a variable string ($policies) of CDATA, that is dynamically generated, what I am trying to do is to find a way to separate the various divs into separate variables. For example the following string will have to be split into $policy_hotel_pets, $policy_children, etc.. each variable storing its …

Member Avatar for somedude3488
0
122
Member Avatar for roy--

Hello, I've got a few <div>'s that are dynamically generated, what I want to do is construct a conditional javascript statement that will set display:none to all empty <div class='policy_text'> for example: if { <div class='policy_text'></div> } then set div.policy_text to display:none; elseif { <div class='policy_text'>text contents.. bla bla</div> } …

Member Avatar for roy--
0
148
Member Avatar for roy--

Hello, I've been trying to send html emails via the mail() function. I tried different combinations of headers configurations. and spent hours and hours on this with no luck. All I get is plain text, as if i did not define the headers. headers would be displayed in the message …

Member Avatar for ShawnCplus
0
130
Member Avatar for roy--

Hi, My php script would do a few updates/inserts to a table. after that I would like the rows that have not been affected by the script to be deleted from the database. cant figure out how to do this. any ideas ?

Member Avatar for ShawnCplus
0
68
Member Avatar for roy--

Dear all, I would like to implement a simple date picker for my hotel booking website. (No calender required) Minimum date would be tomorrow's. and maximum would be after 360 days. The user would have to select the arrival day, month and year each on seperate <select> and then select …

Member Avatar for zmariow
0
99
Member Avatar for roy--

Hello, I am trying to implement two cascading <select> boxes. the second box's options would be fetched from a mysql db via a PHP script. it works fine on IE. Problems rise when it comes to Firefox, the form would not submit the value from the second <select> box. I …

Member Avatar for HazardTW
0
238