Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations strongm on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Search results for query: *

  1. johk02

    Office365 question - sharing calendars

    Hi, I have a question about Office365 and sharing calendars. I am looking into to purchasing Office365Home. Is it possible to have one calendar setup to be shared amongst the family. This calendar would have the family events, school exams, soccer training etc etc.? We are only 3 family members...
  2. johk02

    Sending email

    Thanks for the tip. I will change it. Cheers jonas
  3. johk02

    Sending email

    i finally got it sorted out. It was a combination of deleting the spaces and chaning the way I wrote my variables. Thanks for your help. Final code <?php $frmname = "Name: $_POST[Name]"; $frmemail = "Email: $_POST[email]"; $frmphone = "Phone Number: $_POST[Phone]"; $frmEnquiry = "Enquiry: \n...
  4. johk02

    Sending email

    Ok you are right - afer been talking to the host they mentioned that the PHp version had been upgraded. This is the error msg I get: Warning: Cannot modify header information - headers already sent by (output started at /var/www/html/site/sendemail.php:13) in /var/www/html/site/sendemail.php on...
  5. johk02

    Sending email

    Hi, I am new to PHP so this might be a silly question. I had this code to send email from a form on the website but all of a sudden it stopped working. If anyone could shed some light I would appriciated it. Cheers jonas <?php $frmname = "Name: $Name"; $frmemail = "Email: $email"...
  6. johk02

    Call functions within a cfc

    The different business categories are stored in the table "businesscat". In the same table is the english name and the spanish name stored with a "|" as a delimiter like spanish|english. Unfortunately it is not my choice how the categories are stored. I have set up that depending on what session...
  7. johk02

    CFMAIL

    Deadlywiper - just out of curiosity - why don't you like the IIF? Is it a performance issue with using it? Thanks Jonas
  8. johk02

    Call functions within a cfc

    BusinessCatName is a column in the table holanet_businesscat. Thanks jonas
  9. johk02

    Call functions within a cfc

    Thanks, I tried your suggestion but I got the following error message: You have attempted to dereference a scalar variable of type class java.lang.String as a structure with members. This is the code in the cfc <cffunction name="ListCatAgain" access="public" > <cfset myResult =...
  10. johk02

    Call functions within a cfc

    Hi , I am trying to learn cfc's and I have problem that I can't figure out. Basically I have one function that returns a query. And for practise I want to display the result of the first function in the second function. The problem I have is how do I define the result from the first function...
  11. johk02

    cfmail and spam filters

    I am not to sure how spam filters work so this may be a "silly" question:) If someone register or sign up for newsletter on the website we have emails being sent out to confirm that action. I am keen to add our logo to the emails being sent but am a bit concerned that it will increase the likely...
  12. johk02

    Query and dates

    Hi, I have table in a MySQL 4.X database where I store the number of clicks a link has had per day. I am trying to generate report similar to: 2006 Jan Mon Tue Wed Thur Fri Sat Sun Mon Tue Wed Thur...
  13. johk02

    Date/Time Add

    opps :) http://www.sustainablegis.com/blog/cfg11n/index.cfm?mode=entry&entry=77223B6A-20ED-7DEE-2AB7FBB1F37ABD77 It is getting late.....
  14. johk02

    Date/Time Add

    Here is a pretty good article about this. Jonas
  15. johk02

    Date/Time Add

    Rob, How did you go with this issue?? I have a similar problem. The site is hosted in the states but I want my application to use Australian Eastern standard Time. I have had a look at the GetTimeZoneInfo but it seems it only retrieves the time from the which computer it is called. I was hoping...
  16. johk02

    CF based forum app?

    Have a look here. I have tried and it is pretty good. It doesn't do all what phpbb does but close enough :) http://www.cfmbb.org/forums.cfm Jonas
  17. johk02

    CFGRID Problem with selectmode=edit

    Thanks TamedTech , I have had a look at their site before and I have to say the stuff they have is pretty cool. I couldn't find anything that could point me into the right direction but I will keep looking Cheers Jonas
  18. johk02

    CFGRID Problem with selectmode=edit

    I guess it wasn't as easy as I thought :) I have a problem with CFGIRD and selectmode=edit. Two of the columns are editable, Live and LinksOrder. I want the user to be able to click on row which will take him to a detail page. This works fine, please have a look at...
  19. johk02

    Sort records???

    I don't know why I didn't think of this before but I can use CFGIRD. It will make it pretty easy for updating the sort order. I haven't played around with much so I will let you know how it goes. GUJUm0deL: I will have a look at your example later on as it will be good practise. Jonas
  20. johk02

    Optimising keywords for Google Adsense

    Hi, I am sort of wrapping up an internet directory that list business of all kind. My question is how do you optimise your keywords for Adsense ?? Because it is an internet directory more or less any ad would be suitable because the site will have visitors from all different business fields...

Part and Inventory Search

Back
Top