Search:

Type: Posts; User: iMatt

Search: Search took 0.04 seconds.

  1. Replies
    3
    Views
    432

    Re: Using Arrays to record Cells

    Hi,

    The input boxes are being used to display the number, simply just to show that my loop and conditional statement is working.

    SO, what ive got in my spread sheet is this:

    1
    2
    3
  2. Replies
    3
    Views
    432

    Using Arrays to record Cells

    Hi All,

    I'm trying to incoperate an array function into my script where when A condition is triggered it will save the contents of the selected cells in an array. Is this possible? This is what...
  3. Replies
    4
    Views
    564

    Re: Input box on query

    you my friend, are a hero

    thank you very much
  4. Replies
    4
    Views
    564

    Input box on query

    Hi

    I'm trying to get a query to handle a input box like so:


    'input box for w/c

    inputdate = InputBox(Prompt:="Enter Mondays date", Title:="date Input")
  5. Replies
    1
    Views
    699

    asp.net drop down

    Hello,

    i'm trying to put together a drop down list in asp.net from a query, I just wondered if I could go about it this way ( see code below). At the moment, ive got it to display the first record...
  6. Replies
    6
    Views
    1,143

    Re: .net connection with SQL server express

    Exactly that tutorial yea haha

    Would anyone be so kind as to show my how to implement the correct connection? :)
  7. Replies
    6
    Views
    1,143

    Re: .net connection with SQL server express

    ive implemented the changes and now it reads the Server Application Unavailable.

    Do I need an ODBC driver for SQL server express 2008?
  8. Replies
    6
    Views
    1,143

    .net connection with SQL server express

    Hi,

    could anyone tell me why i'm getting the following error from the code below:

    Error Type:
    Active Server Pages, ASP 0221 (0x80004005)
    The specified 'Import Namespace="System.Data.OleDb" '...
  9. Thread: Undefined Index

    by iMatt
    Replies
    7
    Views
    1,445

    Re: Undefined Index

    Thanks for the replys. I wasnt sure what a ternary operator was but I follow now.

    Would some please look at the code ive attached, it seems all over the place. When theres only one item in the...
  10. Thread: Undefined Index

    by iMatt
    Replies
    7
    Views
    1,445

    Re: Undefined Index

    Thanks for the quick replies.

    Its the $_GET['id'] that is causing the issues. What I cant figure out is where to define the variable

    I assumed that the var was defined as $product_id



    ...
  11. Thread: Undefined Index

    by iMatt
    Replies
    7
    Views
    1,445

    Undefined Index

    Hi,

    I kept getting the 'undefined index' error message was passing an primary key variable when using a GET from the URL.

    to over come it I used this line of code - <?php error_reporting (E_ALL...
  12. Thread: Login forms PHP

    by iMatt
    Replies
    3
    Views
    668

    Re: Login forms PHP

    Brilliant, thanks.

    Currently, I am using WAMP server to test my scripts.

    I guess I need an actual web server to use cookies? or is WAMP sufficient?



    Cheers
  13. Thread: Login forms PHP

    by iMatt
    Replies
    3
    Views
    668

    Login forms PHP

    Hi,

    Just a general question on PHP login forms:

    I have a html login form(Form.html), which then sends the successful user to the next page (loginsuccess.php).

    How can I prevent access to the...
  14. Replies
    2
    Views
    574

    Re: Php with Javascript

    Thats worked, thank you kindly for your fast response
  15. Replies
    2
    Views
    574

    Php with Javascript

    Hi,

    I'm trying to use a JS function within PHP and cant seem to get it to call. Basically, after the users has entered thier details I want a pop up box to appear.

    Heres my Code:

    <head>...
  16. Replies
    5
    Views
    520

    Re: Splitting First and Second name

    thanks Ed, will try your method also
  17. Replies
    5
    Views
    520

    Re: Splitting First and Second name

    Guys, ive found a solution. Its a bit ad-hoc, but it works.

    If anyone wants to know feel free to tweet me, or reply to this thread
  18. Replies
    5
    Views
    520

    Splitting First and Second name

    Hi,

    For work, i'm trying to figure out how to take a first name from a full name string eg. "Matt" from "Matt Smith"

    so far ive got this, obviously is nowhere near what I want but its a start:...
Results 1 to 18 of 18



Click Here to Expand Forum to Full Width