| Latest Posts of phpexperts Group |
| |
|
Hi Expert's ! I need help in customizing theme with ubercart . when i go on my cart page how i change its look and field and how i enter gift wraping field Read More... |
|
Hi expert's ! How are you all , I need help in I get this error "You are not authorized to access this page." when i try to view my all product list or if i Read More... |
|
Thanks experts. Especially Shilpu and Anjan. Htmlentities() works fine for this. Hi Rafiq, Thanks for the reply. I checked with html_entity_decode() too. But Read More... |
|
nope .. its htmlentities() And yes it does solve the problem :) ... nope .. its htmlentities() And yes it does solve the problem :) On 9/7/2010 1:17 AM, rafiq Read More... |
|
May be it is html_entity_decode() ; not htmlentities() I have used html_entity_decode() - so far as could remember. may be need to check. -rafiq7s Read More... |
|
Use value="" ... -- Shiplu Mokadd.im My talks, http://talk.cmyweb.net Follow me, http://twitter.com/shiplu SUST Read More... |
|
may be u should consider changing the <input type="text" ... /> to <textarea> Since ur value has both single and double quotes, u better use <textarea> ... may Read More... |
|
Hi, I have to take 2 one hour sessions on the following topics: * Project Design Review * Project Risk Management Can you please recommend any Read More... |
|
Dear Experts, Hope you are all doing well. I have a value something like - 'test data ' showing " in double quotes', which comes from a data base table's field Read More... |
|
Dear, be simple as you can, don't want to be a complex SELECT username FROM data, password FROM registration WHERE username=%s AND password=%s" is wrong the Read More... |
|
Dear, for your problem's solution, You have to create a primary key for user which will be used its children table ... Regards Zahid Iqbal Web Developer Air Read More... |
|
Hi Anjan, I don't get your point. I am using the username as a user id. What I mean is that their will be no username twice (just like your can't create Read More... |
|
I am looking or a expert who can develop a website for us he have to develop a website something like seehere.com. function should be same as seehere.com you Read More... |
|
SELECT tableName1.columnName1, tableName2.columnName2 FROM tableName1, tableName2 . WHERE tableName1.columnName1 = toWhatever1 AND Read More... |
|
Use MySQL Join function. For example, table1 is the member id, table2 is the member entries with member column for identification of the entries. $query = Read More... |
| Click Here to Join phpexperts |