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
~1K People Reached
Favorite Tags

9 Posted Topics

Member Avatar for ditty

You cant remove the Title in drupal content types but if you goto the edit for the image field and goto the image field settings you can set the number of images to unlimited if you wanted the banners all on one page. or you could create your own module …

Member Avatar for maori
0
149
Member Avatar for maori

Hi Guys Been searching around and cant belive it but have not found a tutorial on this what I want to have is a calendar that I can save appointments on I know the monthcalendar in the tool box but i'm looking for some code to save appointments and display …

Member Avatar for maori
0
111
Member Avatar for maori

Hi guys first off excuse me if this seems noobish but i usally work in php and MySQL with some c++ a friend asked me if i could make a database application that wasn't web based for them so after doing some research i found this http://www.youtube.com/watch?v=3w2JkLcp-UA which works like …

Member Avatar for maori
0
109
Member Avatar for Priti_P

Hiya first off the url should look like http://localhost/your test site or http://127.0.0.1/your test site as your running it locally are you using a wamp like easyphp ? open the database in phpmyadmin or whatever you use and look for the config table cant remember what its called off hand …

Member Avatar for maori
0
95
Member Avatar for maori

hi guys having some problems and for the life of me cant work it out how can i get all users that have a registerd date of 3, 6, 12 months which i think i can make as an array and get the users that have been registerd at these …

Member Avatar for Member #120589
0
163
Member Avatar for maori

Hi Guys I have a select form element which splits an hour up into 4 segments like so '0.15' => t('0.15'), '0.30' => t('0.30'), '0.45' => t('0.45'), '1.0' => t('1.0'), but when it adds it to the database table i get funny input like 14.6 after adding the 0.15 which …

Member Avatar for Member #120589
0
96
Member Avatar for ckarlss0n

hiya i havent treid this but something like this should help $checkemail = mysql_query("SELECT email from submissions WHERE email = $email"); if (!$checkemail) { add your insert stuff here } if (mysql_num_rows($checkemail) > 0) { echo "email exists already."; $email = mysql_fetch_array($checkemail); print_r($email); // the data returned from the query …

Member Avatar for Atli
0
245
Member Avatar for maori

Hi Guys is there a way to incorparate the ping function into a app what i want to do is when the user trys to connect it opens a window and displays 1, pinging "ipaddress" and if succesfull displays connecting to host ie "ipadress" from above but if no ping …

Member Avatar for maori
0
352
Member Avatar for maori

Hi Guys i'am trying to learn text file manipulation and i've got a problem with one particuler subject and unsure of how to acchive what i need the text file contains lines in this format Name0 1 2 3456 7 8 9 10 "discription" Name1 1 2 3458 7 8 …

Member Avatar for Ancient Dragon
0
161

The End.