User Profile

Collapse

Profile Sidebar

Collapse
seanh
seanh
Last Activity: Dec 15 '13, 02:47 AM
Joined: Sep 16 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • seanh
    started a topic div organizing

    div organizing

    Hi,
    I was wondering if it is possible to have each div section in other page like how javascript has links calling to that specific task. I have a few divs and its hard to be on the same page scrolling. Is this possible? Any suggestions would be awesome.
    Thanks.
    See more | Go to post

  • Hi dgreenhouse,
    Thank you so much for your kind reply and generosity with your time.
    -sean
    See more | Go to post

    Leave a comment:


  • seanh
    replied to value to textbox question.
    Hi dgreenhouse,
    Oh my goodness! Thank you so very much, Your a Genius!
    Thank you so much for your understanding and prompt answer.
    -sean
    See more | Go to post

    Leave a comment:


  • seanh
    started a topic value to textbox question.

    value to textbox question.

    Hi,

    I have an array with some data(tenant, price, property) that I would like to place in a few text boxes of a form when someone clicks a button.

    I am only able to put one element of an array to the text box at a time like price or tenant or property but I would like to put all three data into their textbox when a button is clicked.

    ###ex. what I have###
    tenant name:
    rent due: price...
    See more | Go to post

  • Hi dgreenhouse,

    Thank you so much for your response.

    I'm not really sure what its called but here's an example with code:

    If I input letter a then submit, then letter b and submit..., so I type: a , b, c, d, e

    is it possible to get e, d, c, b, a

    When I put your function which most likely 100% I'm using it wrong I get:
    e, c, a, b, d

    can you show me how to use your...
    See more | Go to post

    Leave a comment:


  • Is it possible to sort an array with the alphabet string in reverse?

    Hi,

    Does anyone know if its possible to sort an array with the alphabet string in reverse? z-a? The only one I know of is reverse but that doesn't work. Could someone please help I would very much appreciate any help.
    Thank you in advance.
    See more | Go to post

  • seanh
    replied to move directory command
    Hi MicMast,
    Now I understand!
    Thank you so much for your time, patience and specially your help! I really appreciate it.
    sean
    See more | Go to post

    Leave a comment:


  • seanh
    replied to move directory command
    Thank you so much for your reply MicMast,

    Could you help me out with two last question.

    Im a little confuse. in your example mv /tmp/yourfolder /new/location/
    do all the contents (everything files,subfolder s) inside of "yourfolder " move to inside of "location" or does the folder its self ("yourfolder ") with everything in it move inside of "location"?

    My last...
    See more | Go to post

    Leave a comment:


  • seanh
    started a topic move directory command

    move directory command

    Hi all,
    Does anyone know how what move directory command I need to use:

    I am in current directory tmp and I have a folder inside tmp name work I would like to get all contents(files, subfolders) from work to tmp. Can someone PLEASE HELP ME with this.
    Thank you all in advance.
    See more | Go to post

  • seanh
    replied to awstats question
    Hi pankajsain ,
    Thank you so much for taking the time to repost this will really help me out alot. I just downloaded the file and as soon as I have any news I'll let you know how it went, Hope all goes well.
    Thank you again so much,
    sean.
    See more | Go to post

    Leave a comment:


  • seanh
    replied to awstats question
    Hi pankajsain,
    But I am unable to see your attachment could you repost?
    I would certainly be very grateful since Im still having trouble with this thank you,
    seanh
    See more | Go to post

    Leave a comment:


  • seanh
    replied to help needed with phpmyadmin
    in PHP
    Hi Markus,
    Thanks for your reply Markus.
    It was an oversight on my part.
    -sean
    See more | Go to post

    Leave a comment:


  • seanh
    started a topic help needed with phpmyadmin
    in PHP

    help needed with phpmyadmin

    Hi all,

    I need some advice regarding phpmyadmin, I installed phpmyadmin directory in the htdocs but when I go to my http://mysite.com/phpmyadmin I get a 500 internal error. I checked the files from phpMyAdmin-3.1.3.2-english that I unziped on my desktop and compared each one to the ftp phpmyadmin directory files on the server so all files are all there. I also added config.inc.php file and put it inside phpmyadmin directory. I was...
    See more | Go to post

  • seanh
    started a topic awstats question

    awstats question

    Hi all,
    I apoligize if I post this question on the wrong thread but since its part shell script I thought it might go here.

    my question is regarding awstats installation process. I was wondering if anyone knew if an auto install script exists for awstats. I am having difficulty installing it on a web host similar to 1and1. I tried installing it from tutorials that show how to do it but im having no luck.
    Any suggestions...
    See more | Go to post

  • seanh
    started a topic Palm server Question

    Palm server Question

    Hi everyone,
    I was wondering if anyone knew if there was anything like PAMP (for the nokia) for palm. I basically wanted to try coding some php on the go on my palm. thanks in advance for any info.
    See more | Go to post

  • seanh
    replied to asp 500 http error
    Hi Dr B!

    WOW!!!
    Thank you so much for your response and patience to all my questions. It took me a while to figure out where this was but I finally GOT IT! Now its working and I could not have done it with out your help. Thank you so very much for sharing your knowledge with newbies like me. I truly am very greatful.

    -Sean.
    See more | Go to post

    Leave a comment:


  • seanh
    replied to asp 500 http error
    Hi Dr.B,

    Where could I check the security settings for the .mdb, on the server the database is require to have it in the \db\yourdatabas e.mbd folder but the server FAQs say that I am suppose to give it write access in the code but as much as I have tried I am unable to open the connection correctly and so far this is what I have:
    Code:
    <%
    Dim objConn
    Dim objRS
    Dim SQL
     
    Set objConn = Server.CreateObject("ADODB.Connection")
    ...
    See more | Go to post

    Leave a comment:


  • seanh
    replied to asp 500 http error
    Hi DR.B,

    I accidently gave you the wrong error, line and message.

    The error is in line 22 -- objRS.Update
    the IE error message is:
    Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    [Microsoft][ODBC Microsoft Access Driver] Cannot update. Database or object is read-only.

    So sorry to have given you the wrong error message. Thank you so much for helping me out.
    -...
    See more | Go to post

    Leave a comment:


  • seanh
    replied to asp 500 http error
    Hi DrBunchman,

    Thank you so much for responding.

    I had the http error checked, when I unchecked it IE gave me this error:

    Microsoft OLE DB Provider for ODBC Drivers error '80004005'
    [Microsoft][ODBC Microsoft Access Driver]General error Unable to open registry key 'Temporary (volatile) Jet DSN for process 0x4f0 Thread 0x46d4 DBC 0x197d004 Jet'.

    /Insert.asp, line 10

    ...
    See more | Go to post

    Leave a comment:


  • seanh
    started a topic asp 500 http error

    asp 500 http error

    Hello,
    Could anyone help me, I keep getting a 500 HTTP error when I try to add a new record from my form.html. I have no idea where the error is. any suggestion is more than welcome. Thank you in advance.


    Code:
    ****Insert.asp****
    <%
    Dim objConn
    Dim objRS
    Dim SQL
    
    Set objConn = Server.CreateObject("ADODB.Connection")
    Set objRS = Server.CreateObject("ADODB.Recordset")
    ...
    See more | Go to post
No activity results to display
Show More
Working...