User Profile

Collapse

Profile Sidebar

Collapse
bootzwiz
bootzwiz
Last Activity: Mar 19 '08, 06:27 AM
Joined: Jan 10 '07
Location:
  •  
  • Time
  • Show
  • Source
Clear All
new posts

  • bootzwiz
    started a topic Execute URL in VB

    Execute URL in VB

    Any one guide me how to execute url in vbscript.

    Example : I need to pass parameters to the url and execute it. I dont need any output from url. When i pass parameters to the URL and execute it data will be inserted in to server.

    Any ideas?
    See more | Go to post

  • bootzwiz
    replied to Help Help with excel
    Any help please . I need very urgently
    See more | Go to post

    Leave a comment:


  • bootzwiz
    started a topic Help Help with excel

    Help Help with excel

    Hi,
    I have data like shown below in excel sheet.

    __A_____|
    a b c d e |
    ---------------|
    f g h i j k |


    A1 having a b c d e
    A2 having f g h i j k

    Now i want those data splitied and add each character to each tow.

    Like
    A1 a
    A2 b
    A3 c
    A4 d
    A5 e
    A6 f
    A7 g
    A8 h
    ..........so...
    See more | Go to post

  • bootzwiz
    started a topic Help on DB Design

    Help on DB Design

    Hi,
    I have a form where users can choose number of file uploads ( drop down ) and upload images. I need to store the path of images in database.I want to know what is the best way to store multiple file upload paths. As per my knowledge it possible to store paths in one field with delimiter. Is there any other good way to store the paths.

    Raj
    See more | Go to post

  • bootzwiz
    started a topic Months Difference

    Months Difference

    How can we find months difference between two dates.

    For Exp :

    Start Date : 05/03/2007
    End Date : 06/10/2007

    How to calucate months difference for any dates?.
    See more | Go to post

  • bootzwiz
    replied to value of Drop Down
    sorry....i think i made a mistake instead of click on reply i clicked on report and posted...I made an effort i asked here after i tried everything.

    Please ignore it.
    See more | Go to post

    Leave a comment:


  • bootzwiz
    replied to value of Drop Down
    Iam not getting it Can you please write a code of it.
    See more | Go to post

    Leave a comment:


  • bootzwiz
    replied to value of Drop Down
    it doesnt help. thanks for link....
    See more | Go to post

    Leave a comment:


  • bootzwiz
    replied to value of Drop Down
    Hi,

    <tr>
    <td>Moviename </td>
    <td><label>
    <script>
    var sel = document.getEle mentById("sType ");
    var lan = sel.options[sel.selectedInd ex].text;
    </script>
    <select id="Moviename" name="Moviename " onChange="showC ustomer(this.va lue, lan)"> </label></td>
    </tr>...
    See more | Go to post

    Leave a comment:


  • bootzwiz
    started a topic value of Drop Down

    value of Drop Down

    Hi,
    I have two dropdowns. In first dropdown i have two languages say english, persian. When i select english in 2nd dropdown iam able to show list of english movies. Problem is i need first dropdown selected value to use for second dropdown onchange. How can i use first dropdown value for second one?.

    this is select box code for second dropdown

    <select id="Moviename" name="Moviename "...
    See more | Go to post

  • bootzwiz
    started a topic How to avoid Maximum execution error
    in PHP

    How to avoid Maximum execution error

    Hi,
    I have a loop which inserts data to database .I need to insert 500 records one by one in a loop.

    <?
    for($i=0;$i<500 ;$i++){
    ---values insert into db
    }
    ?>

    After 30 -40 records inserting i am getting maximum execution error. Is there any alternative to handle this situation.
    See more | Go to post

  • bootzwiz
    replied to Extract data between tags
    in PHP
    Yes its always span tag and class names are same for entire page. I am able to get content for single span.Here is my code

    [PHP]preg_match_all( "/<span class=\"style1\ ".*span>/", $html, $matches);[/PHP]

    But i dont know how to get for two span tags.

    <span class="style1"> Cast</span><span class="style2"> : <a href="/test/">Mel...
    See more | Go to post

    Leave a comment:


  • bootzwiz
    replied to Extract data between tags
    in PHP
    Yes iam trying to do in php .

    i trying to extract some content from a page and show it in some other page....
    See more | Go to post

    Leave a comment:


  • bootzwiz
    started a topic Extract data between tags
    in PHP

    Extract data between tags

    Hi,
    I want to extract data between tags. For example i have following code

    <span class="t_t_12_b _b">Cast</span><span class="t_t_12_b ">: <a href="/test/">Mel Gibb</a></span>

    I want to extract data between <span class="t_t_12_b _b"></span> and <span class="t_t_12_b "></span> and show it as following...
    See more | Go to post
No activity results to display
Show More
Working...