Search:

Type: Posts; User: chris1990

Page 1 of 12 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    5
    Views
    1,642

    Re: Windows 10 Dilemma

    Have you tried installing the 8.1 driver from toshiba's website? I'm pretty sure Win 8, 8.1, and 10 all use the same drivers, even if they dont it'll give windows a basis to start a search for an...
  2. Replies
    1
    Views
    1,729

    How to use css media querys & viewport

    How can i make it so my website is displayed 1080px on all devices except anything less than a width of 480px.

    Im using the viewport meta tag, which works fine for all devices:

    <meta...
  3. Re: My PHP code is showing up underneath the executed code.

    I've fixed it now,i included this function in the functions.php in my theme folder rather than on the page it's self.

    I think it had something to do with the insert php plugin not being...
  4. Re: Get values of dynamically creatext textboxes

    You should find this code helpful for what your trying to do.

    index.html


    <?php
    /**************************************************************************************
    * Simple MySQL Table...
  5. Re: My PHP code is showing up underneath the executed code.

    I've figured out it has something to do with this code untill adding this part of the code, no code shows below.



    $ORIGIN = $row[ORIGIN];
    //postcode
    if (IsPostcode($ORIGIN)){...
  6. Re: My PHP code is showing up underneath the executed code.

    i've narrowed it down to this function


    function IsPostcode($postcode){
    $postcode = strtoupper(str_replace(' ','',$postcode));
    if(preg_match("/^[A-Z]{1,2}[0-9]{2,3}[A-Z]{2}$/",$postcode) ||...
  7. Re: My PHP code is showing up underneath the executed code.

    Ive been using it like that through development. Anyway i did what u said and its still the same.
  8. Re: My PHP code is showing up underneath the executed code.

    109717
  9. [RESOLVED] My PHP code is showing up underneath the executed code.

    I have spent the last couple of hours developing my code and it seems to be working fine. However i just noticed that the code had started showing up underneath the executed code, i have tried...
  10. Thread: Paypal IPN

    by chris1990
    Replies
    0
    Views
    1,049

    Paypal IPN

    Hi,

    I am trying to setup paypal's IPN system, but using the ipn simulator i am unable to get any 'VERIFIED' responses.

    Here is the code i am using:



    <?php
  11. Thread: Which cms

    by chris1990
    Replies
    3
    Views
    1,732

    Which cms

    Hi,

    I'm looking at starting my own business repairing computers and building websites. With job prospects in the uk not being to good at the moment, I would need to maintain my current 40 hour...
  12. How can i disable backspace navigation with javascript

    I have written an app in javascript with 2 divs, on load the 1st is visible and the 2nd is hidden. When a user completes the 1st div they then procced to the 2nd div, for usability if a user wants to...
  13. Re: How to use Javascript to get the value of a radio button

    I can now get the value of the radio button in to a message box using the code below. However when i use a variable, google chrome gives the error "Uncaught TypeError: Cannot read property 'checked'...
  14. [RESOLVED] How to use Javascript to get the value of a radio button

    I am trying to use Javascript to get the value of a radio button group.

    In my code i have this radio group:

    <input type="radio" name="Vehicle" value="Car_Single" onchange="SelectFare()"/>...
  15. Replies
    7
    Views
    1,727

    Re: Use a php function in echo statement

    Thanks for your help SambaNeko, ive got it working now.


    <?php if($TaxiDest == ""): ?>
    <input type='text' name='field_17' id='field_17' value='<?php phpfmg_hsc("field_17", "");?>'...
  16. Replies
    7
    Views
    1,727

    Re: Use a php function in echo statement

    I've found the problem is due to the field being disabled, by removing the disabled property i receive its value in the email.

    I think im going to have to hide the field rather than disable and...
  17. Re: Installed new SSD - old HDD giving problems

    What's the point in getting an ssd and installing files on your older hdds. Your programs will run faster on ssd because of the disk access time.

    Also do you have enough power to run all 3 drives?
  18. Replies
    23
    Views
    3,293

    Re: Worth upgrading?

    If you want better performance from your pc consider using the newer drive as your primary drive. It may have a better file access speed.
  19. Replies
    12
    Views
    1,363

    Re: Odd issues with PC

    Try running the system at minimum spec and see what you can rule out. Unplug all devices except monitor, keyboard and mouse. Disable extra features in your bios, and see if it still does it. If it...
  20. Replies
    7
    Views
    1,727

    Re: Use a php function in echo statement

    Sorry for late reply, been busy this week.

    I tried prefacing phpfmg_hsc() with echo and it still doesn't include it in the email.


    function phpfmg_hsc($field, $default){
    echo...
  21. Replies
    7
    Views
    1,727

    Re: Use a php function in echo statement

    Thanks for your help, but i still cant get it working. The problem is that it doesn't fill field_17 in the email i receive, when i use the $TaxiDest (it shows on screen but not in email). It does...
  22. Replies
    7
    Views
    1,727

    Use a php function in echo statement

    I've made this code, which disables a textbox if $TaxiDest has a value, however for my form to work i need this code to work [<?php phpfmg_hsc("field_17", ""); ?>] within the value tag of the...
  23. Re: My code works in IE but not chrome, why?

    I've been busy this week so hadn't had chance to write back.

    It works fine now, thanks for your help.
  24. Replies
    8
    Views
    1,192

    Re: PC: can't find slave drive, sort of

    Have you checked the jumper settings? use cable select on both or set one as master and one as slave.

    Also try reinstalling the drive under device manager.

    Why can't you access it, does it give...
  25. Re: Stop my laptop from automatically disconnecting

    The "mDNSResponder.exe" is part of the Bonjour service, try disabling that.
  26. Replies
    6
    Views
    1,338

    Re: [Windows XP] problem reinstalling windows

    Have you tried using chkdisk /p, fixmbr and fixboot.
  27. Re: Stop my laptop from automatically disconnecting

    Have you tried resetting the router to factory settings? or turning it for 5 mins at the socket?

    If you have adobe cs3 installed look for a bonjour service and disable it in msconfig.

    Also try...
  28. Re: [RESOLVED] how do i get a value from a html file using php

    Not Resolved, but i found a work-around i'm happy with.
  29. Re: My code works in IE but not chrome, why?

    Thanks for your help, it seems to be working now.



    Thanks, I've removed the html code from the js files. However my code still doesn't run in Chrome, it gets stuck at the timer where it uses...
  30. [RESOLVED] how do i get a value from a html file using php

    I use a skybluecanvas as my cms however it has no longer has any developer community, so i thought i'd ask my question here.

    I have my main menu which is loaded using the code below.

    This code...
  31. [RESOLVED] My code works in IE but not chrome, why?

    If you follow this link, my fare calculator works if your using IE, but not if your using chrome. Why does this happen ?, i think its something to do with the maps API not loading proper.

    Also i...
  32. Re: Problem using a timer to change div styles

    thanks for your help its working now.
  33. Replies
    4
    Views
    1,297

    Re: Auto Resizable Divs with CSS

    No, I haven't changed anything on the site, i'm using my local server.
  34. [RESOLVED] Problem using a timer to change div styles

    I've created a page to show a 'please wait' box then using a timer to hide the 'please wait' box and show other div elements.


    function StartTheTimer(){
    if (secs==0)
    {
    ...
  35. Replies
    4
    Views
    1,297

    Re: Auto Resizable Divs with CSS

    sorry,

    here is my main css

    here is my css for my sidebar menu

    Thanks Chris1990
  36. Replies
    4
    Views
    1,297

    Auto Resizable Divs with CSS

    I use skybluecanvas as my cms, the code below is in my template file, the sidebar div is set at 30&#37; and the main div at 70%, it looks fine now on my pc but if i use a smaller resolution or resize my...
  37. Re: help with if statements please

    thanks it worked
  38. Re: Stop my laptop from automatically disconnecting

    i think i had similar problem a while back, but cant really remember how to fix it? Mine was always saying unidentified network and no internet connection, and to get it working i had to disable and...
  39. [RESOLVED] help with if statements please

    Im back working on improving my taxi fare calculator, I'm trying to create a number of set fares, if you take a look at the code its pretty self explanatory. I get as far as 123 showing as the fare,...
  40. Re: Stop my laptop from automatically disconnecting

    has changing your power settings to balanced worked? If you go to edit plan, you can manually set your wireless adapter for max performance.
Results 1 to 40 of 480
Page 1 of 12 1 2 3 4



Click Here to Expand Forum to Full Width