Forum: PHP Aug 23rd, 2009 |
| Replies: 8 Views: 325 Yes Xan is right, there is deffinetly object oriented coding in their. $this does seem to be a class of some sort.
Does $this really need to be changed? Else you are looking to rename the class.... |
Forum: PHP Aug 20th, 2009 |
| Replies: 3 Views: 278 I would suggest also making a dedicated table for the user preferences. However I would suggest making a column for each preference. Eg. user_id, gardening, pet, food.
As for the pets, gardening... |
Forum: PHP Jun 16th, 2009 |
| Replies: 5 Views: 545 I suppose you could yes, you would need to play a little with the configuration. When I say a little I mean you would have to literally rewrite allot of how wordpress work.
Also I have had my... |
Forum: PHP Apr 29th, 2009 |
| Replies: 14 Views: 2,414 I am actually still having the issue I can change the settings in my ini but what I am trying to do is validate all the information about the uploaders file before they actually upload it else they... |
Forum: PHP Apr 22nd, 2009 |
| Replies: 5 Views: 718 No I always use the ' to add data. Does this fill your fields exactly? and is this the order in wich yu have to put them in? I would try:
mysql_select_db("ecommerce");
$query = "INSERT INTO... |