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 TouchToneTommy 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: *

  • Users: badley
  • Content: Threads
  • Order by date
  1. badley

    PHP Header Function Crashes Browser

    Hi, I have noticed a consistent problem with Safari and FF but not with IE. After processing a form and submitting it to MySQL I use the Header function to redirect, no problem so far. So some reason when I use Safari or FF the browser detects the header redirect (states new URL within...
  2. badley

    Multiple Lists & URLs

    I've seen this problem before, however never bothered to solve it. I have a page with two div's each with a unordered list, as follows: <div id = 'list_menu'> <ul> <li><a href ="menu1.php"> <span class = "thumbnail"><img src = "images/png/list_menu.png"></span> <span class = "title">Menu Title...
  3. badley

    XML help

    Hi All, I have been going round in circles regarding this topic. My XML: <clientconfig> <global> <customerid>1001</customerid> <name>Test</name> <calltimeout>300</calltimeout> <timeout>120</timeout> <globalnotes>Notes field.</globalnotes> <bgcolor>01AAD3</bgcolor> </global> <button>...
  4. badley

    Actionscript variable from PHP Query String

    Hi All, I all rather new to the scripting side of flash, please can someone advise me on where I'm going wrong. I'm send the variable 'id' via both the movie URL (value = "1001.swf?id=1001") and within the FlashVars (value = "id=1001"). I've been tearing me hear out try to get the...
  5. badley

    Newbie &amp; XML

    Hi All, I have had experience with flash but only as animation. I have now been asked to look at importing a very simple XML file. <clientnotes> <notes>Content</notes> </clientnotes> Can anyone point me in the right direction for a online crash course or help on this thread Thanks
  6. badley

    Search Engine that searches &lt;a&gt; not files

    Hi All, I have a product.php file in the root that relies on queries to direct it to specific directories/files within a product folder. I've been looking for some code that searches pages for <a href> tags as I thought this might follow the folder structure but still keeping the root file as...
  7. badley

    Flash &amp; ASP

    I have had some past experience with Flash and now I have been asked to integrate it within ASP. But for some reason if I insert the Flash code into the ASP code the flash is not visible (blank). However the html file generated works a treat. I'm using CSS Div's to hold the Flash, could this...
  8. badley

    ASP Table Sort

    I'm trying to sort a table buy clicking on the header title. I'm currently running an ASP page with COM Objects and SQL Server . I have tried some codes from the internet which don't really seem to work. Can anyone advice me on what route I should take? Ed
  9. badley

    Crashes on Startup

    Running PS CS on XP Pro. Start application, then crahses straight away. I have uninstalled it then reinstalled, but doesn't solve it. Any help would be greatful.
  10. badley

    Displaying Data Two Mysql Tables

    I'm trying to display joined data from two tables. They are connected by a simple Product.ProviderID = ProductProvider.ID join. I can display a data from one table but how do I display columns from another table: here is the sql: drop table if exists Product; create table Product ( ID int...
  11. badley

    Basic Help (I think)

    Running this code with PHP5 Mysql4 and IIS: <?php require ('connect.php'); $query = 'select * from product'; $result = $db->query($query); $num_results = $result->num_rows; echo '<p> Number of Products found : ' .$num_results. '</p>' ; for ($i=0; $i <$num_results; $i++) { $row =...
  12. badley

    Command Window Size

    Hi, How do I make the command window bigger, that is if you can?
  13. badley

    Digital and Analogue USB TV Tuner

    I looking for a Digital AND Analogue Tuner for my PC and it needs to have USB conectivity. Does anyone know of a unit that has BOTH Tuners?
  14. badley

    Connecting MySQL to PHP

    Hi All, I just been told to learn PHP and MySQL by my boss. Finding it ok for the moment, how ever when I try to connect the MySQL via PHP like this: http://uk.php.net/function.mysql-connect this error occurs: Fatal error: Call to undefined function mysql_connect() in .... Now, I have tried...
  15. badley

    Startup Screen Resize

    Hi All I have a 1920 x 1400 screen resolution. But when I boot Win XP the windows startup screen is stretched and just looks stupid. Is there a way to resize the startup screen to its standard size? Thanks
  16. badley

    Entire Network Question

    For some reason both Microsoft Terminal Services and Web Client Network have disappeared from my Entire Network folder. Microsoft Windows Network is still there but is not recognising any other workgroups. Can anyone help? P.S. LAN works, internet working through LAN, also able to see problem...
  17. badley

    Entire Network

    For some reason both Microsoft Terminal Services and Web Client Network have disappeared from my Entire Network folder. Microsoft Windows Network is still there but is not recognising any other workgroups. Can anyone help? P.S. LAN works, internet working through LAN, also able to see problem...
  18. badley

    Incoming Mail Crash (OE6)

    Hi All Just bought myelf a laptop and exported my emails to it. I have also installed SP2. When I try to receive mails from my two accounts it says receiving mail and just sticks and says server timeout even after 600secs. I can see the mail in the inbox after I stop 'Send & Receive'. Could it...
  19. badley

    Monitor to Recognising Signal from PC

    When I turn my girlfriends PC on then turn my LCD shortly afterwards a message appears. It can't seem to recognised the signal from the AGP. Sometimes it doesn't happen and works fine, but other times it requires the monitor to be turn off then on several times. On the rare occassion it just...
  20. badley

    Online Calender / Diary

    Does anyone know of a free online calender / diary that can run from a private server?

Part and Inventory Search

Back
Top