Search:

Type: Posts; User: c_owl

Page 1 of 7 1 2 3 4

Search: Search took 0.04 seconds.

  1. Replies
    0
    Views
    674

    embed feed in webpage

    hi all
    i have a webpage i use in my network and have a embeded page for my cameras one feed is working fine now i have change 2 cameras to onvif and cant get them to working on my page.. working...
  2. Replies
    4
    Views
    3,335

    Re: folder search for jpg

    sorry forgot todo..
  3. Replies
    4
    Views
    3,335

    Re: folder search for jpg

    thanks techgnome for the pointers.
    i solved the problem

    this is what i did, i added a if command and got it looking at the extension

    $ext= pathinfo($files[$ren], PATHINFO_EXTENSION);
    ...
  4. Replies
    4
    Views
    3,335

    [RESOLVED] folder search for jpg

    hi im using this bit of code to search for all files in the directory.
    works good but i only want the jpg file in the directory. i cant figure it out can anyone help please


    <?php $ren = 0 ;...
  5. Replies
    6
    Views
    2,709

    Re: writing to file in php

    hi all
    i just wanted to say thanks to akhileshbc and Rossonero for helping me with this.. i solved my problem the code now works

    below is the finished snippet to change the information i needed
    ...
  6. Replies
    6
    Views
    2,709

    Re: writing to file in php

    so i changed the info part to the computer communicating to.

    original

    [info]
    ATOMVIDEOBACK1=got
    MINIVAULT=got

    new
  7. Replies
    6
    Views
    2,709

    Re: writing to file in php

    so i managed to work out if aray exists


    //set array
    $str = '[info]';
    $path = "computers.ini";

    $file_arrayc = parse_ini_file($path, true);
    if (array_key_exists('info',...
  8. Replies
    6
    Views
    2,709

    [RESOLVED] writing to file in php

    hi all i have made a proram that reports information to a txt file so i can extract it on a web page..
    the problem i have is i want to add txt to the file using php for reporting back to the program...
  9. Thread: [RESOLVED] array

    by c_owl
    Replies
    1
    Views
    1,132

    Re: array

    hi all
    i solved the array problem.. simple fix..:)
  10. Thread: [RESOLVED] array

    by c_owl
    Replies
    1
    Views
    1,132

    [RESOLVED] array

    hi can anyone help with this simple thing please

    in the array im trying to get part of the information but i am stuck
    this is the array im working on

    Array ( [drivecount] => Array ( [Count]...
  11. Replies
    2
    Views
    1,486

    Re: css with php

    thanks for your help solved the problem...:thumb::thumb::thumb::thumb::thumb::thumb::thumb:
  12. Replies
    2
    Views
    1,486

    [RESOLVED] css with php

    hi can anyone help me please i need to change the background of my page everyday, but im having a problem with css.
    i understand the you cant use php in a ccs style file
    i have tryed a couple of...
  13. Thread: text on image

    by c_owl
    Replies
    2
    Views
    1,352

    Re: text on image

    hi
    managed to sort the pictures transparency

    stuck with puttinf txt on the image. i have this ut cant seem to change font size

    ...
  14. Thread: text on image

    by c_owl
    Replies
    2
    Views
    1,352

    text on image

    hi all i need some help with what im working on

    i want to put some text in the middle of a picture and make the picture transparent by about 50%

    i would like the text to be about 24 in size and...
  15. Replies
    12
    Views
    1,427

    Re: strange things

    hi all. i finaly solved my problem with this and i have learnt alot with this..


    so first like kows said i needed a relationship to link to two tables together when searching..
    so i did this....
  16. Replies
    12
    Views
    1,427

    Re: strange things

    hi
    database layout
    batabase is musdb
    table musiclist - main table that stores music title and music id number
    table musicfolderbase - stores were the music is stored on the server pic of...
  17. Replies
    12
    Views
    1,427

    Re: strange things

    hi kows.
    i dont know much about making the database working. i have made it up as i have gone along so thanks for the help..

    im away now for the holidays. will post again i a couple of days when...
  18. Replies
    12
    Views
    1,427

    Re: strange things

    Hi
    Double checked all " ' " and seems OK.. anything else you can surgest
  19. Replies
    12
    Views
    1,427

    Re: strange things

    lol..

    thanks for helping :afrog::afrog:
  20. Replies
    12
    Views
    1,427

    Re: strange things

    my code to create the search


    include($_SERVER["DOCUMENT_ROOT"]."/php/main/other/sqlconnection.php");


    $linkss = mysql_connect($mysql_hostnameme,...
  21. Replies
    12
    Views
    1,427

    Re: strange things

    hi heres some screen shots of what i am on about

    as you can see below there are blank coloms
    https://lh5.googleusercontent.com/-tz26wLPiXxs/TvITEcdB2kI/AAAAAAAAAGU/dgHYlnscAiU/h301/screen&#37;2B1.jpg...
  22. Replies
    12
    Views
    1,427

    Re: strange things

    Hi..

    Sorry no pics or code. posted it from work. Will do it later.


    Merry xmas
  23. Replies
    12
    Views
    1,427

    [RESOLVED] strange things

    Hi
    I have a MySQL DB with my music store on it.
    When I search the DB I don't get all the information from the DB on the music it shows as blank.. I have had problems like this before when trying to...
  24. Replies
    4
    Views
    2,638

    Re: api for discogs

    hi everyone.

    thanks for all your help on this. i think i got it with arrays and how they work..

    to help me work out how arrays work i found the below to format the array for better reading and...
  25. Replies
    4
    Views
    2,638

    [RESOLVED] api for discogs

    hi can someone please help me with this problem i have

    when i have this page in the array cannot seem to getout any of the information for example 'duration'
    have i missed somthing.
    i have...
  26. Replies
    2
    Views
    753

    Re: setup array

    hi akhileshbc
    after looking at the link you posted. i found i only get the first block of data.
    so i tryed preg_match_all and i now get all the data in the array.

    thanks again for the link. big...
  27. Replies
    2
    Views
    753

    [RESOLVED] setup array

    hi all im trying to makeup a array but im stuck i cannot get it work..

    heres what i have.

    scrape the table below
    $patternratingtotal = '/reviews in total&nbsp(.*?)<table><tr>/ms';
    ...
  28. Replies
    1
    Views
    1,015

    drag and drop folder/file

    hi all
    im wanting to drag and drop a folder on to my web page and get the folder/file sauce(example "c:/pic/home/"). but im not sure how todo this.


    can anyone help, i have looked around on web...
  29. Replies
    4
    Views
    2,810

    Re: imdb title search

    hi

    i used

    foreach($res as $movie){
    print_r($movie);
    }

    this solved what i was trying todo. thanks. i have also printed the array http://php.net/manual/en/language.types.array.php doc to...
  30. Replies
    4
    Views
    2,810

    Re: imdb title search

    when i use print_r($res) i get
  31. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    Re: image merge

    hi
    i changed the memory limit to 400mb and thange the picture to a 34kb size picture but still the same problem
  32. Replies
    4
    Views
    2,810

    [RESOLVED] imdb title search

    <?php
    //imdb.php file
    public function searchMovie($title)
    {
    $url = 'http://www.imdb.com/find?s=tt&q=' . $title;

    $html = file_get_contents2($url);

    if (strpos($html, 'See below to...
  33. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    Re: image merge

    hi
    images size is 2mb each
  34. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    Re: image merge

    hi
    after changing to


    $image1Url = imagecreatefromjpeg($_SERVER["DOCUMENT_ROOT"]."/php/Headers/1.jpg"); //tobe imported in to the new image


    Warning: imagecreatefromjpeg()...
  35. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    Re: image merge

    hi thanks for the pointers

    im stuck with this

    $image1Url = imagecreatefromjpeg("/php/Headers/1.jpg"); //tobe imported in to the new image

    i get a error as follows

    Warning:...
  36. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    Re: image merge

    hi guys
    thanks for your help

    i looked at everthing you posted and came u with the below but im stuck with imagecopymerge and saving the image to a file.



    $bg =...
  37. Thread: image merge

    by c_owl
    Replies
    13
    Views
    1,953

    image merge

    hi all
    im wanting to merge 10 jpeg pictures together to make one picture. each picture is 100pix width so the finished picture after merging with need tobe 1000pix width.

    im not sure were to...
  38. Replies
    4
    Views
    1,979

    Re: izzys movieposterdb scraper

    hi
    i went through everthing again and found my errors. i also found another problem with the db import.

    thanks for the pointers. i was rushing when i first did the code

    regards
    craig
    ...
  39. Replies
    4
    Views
    1,979

    Re: izzys movieposterdb scraper

    hi Kows
    i have put all the code in a zip and named the page im trying to get to work as home.php. so you know where to start helping me..



    <?php

    require ('movieposterdb.class.php');...
  40. Replies
    4
    Views
    1,979

    [RESOLVED] izzys movieposterdb scraper

    hi can anyone help.


    i have been trying to setup a scraper so i can get poster of my videos and save them to the videos folder but im stuck..

    this is what i have been trying to use


    <?php
Results 1 to 40 of 263
Page 1 of 7 1 2 3 4



Click Here to Expand Forum to Full Width