CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com

Search:

Type: Posts; User: davidjmorin

Page 1 of 5 1 2 3 4

Search: Search took 0.02 seconds.

  1. Replies
    1
    Views
    2,048

    Refresh python window with this code?

    How can i refresh this code every x minutes without having user interaction?



    from PyQt4.QtCore import Qt, QTimer
    from PyQt4.QtGui import QWidget, QApplication, QSplitter, QLabel, QVBoxLayout,...
  2. Replies
    0
    Views
    1,829

    CSS CSS and DIV/Tables issue

    I have been playing with this for a week and cannot get it right. I have a site hosting a weather info center that i am usig for my raspi. My issue is that if i load it on my computer screen at...
  3. Replies
    1
    Views
    2,291

    PHP Echo foreach With this Script Help

    I have the following code that Im trying to get to work so that each result on page will display the image from Amazon.


    This is the result page named database.php



    <head>
    </head>
  4. Replies
    1
    Views
    2,113

    PHP Search mySQL DB with similar words

    I have a search form that searches for product in my table. Lets say a customer searches for "PHP Help Guide" it will populate the result for my product that is named "PHP Help Guide" Also if the...
  5. PHP Re: .htaccess and mediawiki not working... Help

    Anyone?
  6. PHP .htaccess and mediawiki not working... Help

    I have a wiki up and running at example.com. when you go to the page the links change in the URL to /index.php/Main_Page

    I do not want the parts after / for the main page. Also want the index.php...
  7. Replies
    1
    Views
    630

    PHP Help passing Javascript result

    I have the following script that i need to pass the lat and lng to a variable. How can this be accomplished?




    <head>
    <meta name="viewport"...
  8. Replies
    1
    Views
    620

    PHP PHP, XML and mySQL

    I have the following code that i am not able to get media:content to work.



    <?php

    header("Content-type: text/xml");

    $host = "localhost";
    $user = "user";
  9. Replies
    1
    Views
    593

    PHP PHP and SQL into cells and rows

    Hey everyone. I have some code that shows results in a table

    Right now it will show 3 cells per row. The issue is that the first row shows 2 then creates a new row with the expected behavior...
  10. Replies
    1
    Views
    741

    PHP Change font with IF

    Hey guys. I was wondering if its possible to change font color based on text.

    Im grabbing stock symbols with change
    i want it so if the change is negative its red and positive green

    how can...
  11. Replies
    6
    Views
    3,652

    PHP Re: Parsing Website for data

    hey man. Yea that worked for a bit. for some reason this morning its not displaying anything at all. I read up on redex last night and thought i had a grasp of it but apparently im missing...
  12. Replies
    6
    Views
    3,652

    PHP Re: Parsing Website for data

    Example is here: http://ellucidstudios.com/grabber.php

    I want to split up the info into different tables but when i try it gives me blank data.
  13. Replies
    6
    Views
    3,652

    PHP Re: Parsing Website for data

    Could you show me an example of what you mean
  14. Replies
    6
    Views
    3,652

    PHP Parsing Website for data

    Hey all
    I want to parse this financial website and input the data onto my server. This is so i can then display it on my android easily. I have the following which is working just fine but i cant...
  15. Replies
    1
    Views
    734

    PHP PHP and DOM coding

    Hey guys..

    I am tinkering with DOM and was wondering how to do something. Ive read the documentation but still cant get it to wrok

    on my site I want ppl to be able to grab image DL links using...
  16. Replies
    4
    Views
    1,607

    ASP Re: Loading includes based upon site name

    <?php
    $homepage = "/subdirectory/";
    $currentpage = $_SERVER['REQUEST_URI'];
    if($homepage==$currentpage) {
    include('file you want to include');
    }
    ?>
  17. Replies
    4
    Views
    1,401

    Re: HELP with 2 different mysql table

    great.... that worked... thank you so mcuh
  18. Replies
    0
    Views
    1,618

    PHP joomla and jomsocial help

    is anyone here familiar with jomsocial app?

    I have a question regarding information from db to appear in a new place on users page. I have contacted support but at day 4 i still have heard...
  19. Replies
    4
    Views
    1,401

    Re: HELP with 2 different mysql table

    Thank you for your reply

    if you notice though in on db the gender is "male" but in the new one it is "1"

    How would that work?
  20. Replies
    4
    Views
    1,401

    HELP with 2 different mysql table

    im trying to grab data from a user table on one db and move it to another db with different table columns

    i have this layout

    This is wanted result

    now field ID will be same for all...
  21. Replies
    3
    Views
    3,331

    Re: Apache and network share

    i have read that but it does not answer my question
  22. Replies
    3
    Views
    3,331

    Apache and network share

    Does anyone here have a step by step on how to accomplish accessing network share from apache server?

    I have beat my head against the wall trying to do this and all i get is a 403 Error page
    ...
  23. Re: [RESOLVED] from plain txt to md5 vice versa

    this is not helping me. Thanks anyway...

    sorry little irritated
  24. Re: from plain txt to md5 vice versa

    jeee wish I thought of that peej...... i mean what the hell. . . Not my first rodeo... I wouldnt have posted had i not been able to figure it out. my question was where to put the md5 check... in...
  25. [RESOLVED] from plain txt to md5 vice versa

    I have the following script.....


    <?
    //always start the session before anything else!!!!!!
    session_start();

    if(isset($_POST['username']) && $_POST['password']){

    $username =...
Results 1 to 25 of 125
Page 1 of 5 1 2 3 4





Click Here to Expand Forum to Full Width

Featured