• Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm william66876

    I am a network Engineer professional.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unique444: Need to change a script to access Adobe picture.

    > When I comment our the echoing of the contents I just get the output of the 2 <a href="..." ... </a> lines as a single line: As I keep …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Who is the father of SEO?

    SEO existed long before those search engines did. I was doing SEO back in 1996 on GoTo.com, Ask Jeeves, Etc. Long before Google was born.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unique444: Need to change a script to access Adobe picture.

    It’s not working because you’re still doing the same thing wrong of including HTML output on the same Page as you’re trying to spit out PDF contents. What happens when …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Which antivirus do you use the most?

    I don't use any antivirus software on my macOS. For Windows, just whatever comes with Windows 10, as rproffitt says.
  • Member Avatar for Dani
    Dani

    Began Watching Which antivirus do you use the most?

    Which antivirus do you use the most?
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unique444: Need to change a script to access Adobe picture.

    The headers have to be spit out before any other contents on the page. Also, are trying to spit out the contents of a PDF file *and* HTML on the …
  • Member Avatar for Dani
    Dani

    Edited How can I change a .php file so that I see images

    I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How can I change a .php file so that I see images

    This is a duplicate of the question asked at: https://www.daniweb.com/programming/web-development/threads/535151/unique444-need-to-change-a-script-to-access-adobe-picture
  • Member Avatar for Dani
    Dani

    Began Watching How can I change a .php file so that I see images

    I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Unique444: Need to change a script to access Adobe picture.

    Hi Ed. Thanks for posting this here. I tried to help you via our little one-on-one chat, but the private chat isn't really conducive to posting code and such. The …
  • Member Avatar for Dani
    Dani

    Began Watching Unique444: Need to change a script to access Adobe picture.

    I run the bridge game on a Monday evening and just recently I brought in a card dealer so the computer can select the cards and deal them into 4 …
  • Member Avatar for Dani
    Dani

    Replied To a Post in combination number php

    Sorry, I'm not quite understanding what you are trying to accomplish. On line 22, you are splitting the `$num` variable into an array, so the value of `$num`, after line …
  • Member Avatar for Dani
    Dani

    Began Watching combination number php

    i have function for combine number like this function combin($mainArray, $size, $combinations = []) { if (empty($combinations)): $combinations = $mainArray; endif; if ($size == 1): return str_replace('-','',$combinations); endif; $newCombination = …
  • Member Avatar for Dani
    Dani

    Created Using PHP to upload an image update name and change password by submit btn

    Hello every one I'm new here I need your help I'm newbie in PHP and littlebit understand on the PHP so I need your help I'm going to make a …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to enforce that a game developer's code is compatible with mine?

    I will preface this by saying I know nothing about game development or Unity. However, I suspect there would be some way to create an SDK for other developers to …
  • Member Avatar for Dani
    Dani

    Began Watching How to enforce that a game developer's code is compatible with mine?

    I need to know if there's a way (my intution tells me there isn't a fits-all solution) to accomplish this. I have in mind a Unity asset that I want …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Consider the following database Room (room_no,room_name,room_type,charges)

    Creating the database on your database server isn't something we can do for you via a message forum. That's like saying, "Install this app on my phone." I can't exactly …
  • Member Avatar for Dani
    Dani

    Began Watching Consider the following database Room (room_no,room_name,room_type,charges)

    Consider the following database Room (room_no,room_name,room_type,charges) Guest(Guest_code, Gname,city) The relationship is as follows: Room-Guest: one-to-one. room_type can have values as either ‘AC’ or ‘NonAC’. Q 2) A Create the above …
  • Member Avatar for Dani
    Dani

    Replied To a Post in How to draw Circle in C Using Grahpic

    Are you sure the library is called graphics and the files for that library are installed on the computer?
  • Member Avatar for Dani
    Dani

    Began Watching How to draw Circle in C Using Grahpic

    #include<graphics> main() { int gd=0,gm; initgraph(&gd,&gm,""); circle(100,80,20); closegraph(); } Error:fatal error: graphics: No such file or directory
  • Member Avatar for Dani
    Dani

    Replied To a Post in Exact replica android app of a WebSite

    Yes, I don't remember what it's called, but there is a way to directly convert a website into an app. Ignore me when it comes to this. However, I think …
  • Member Avatar for Dani
    Dani

    Began Watching Exact replica android app of a WebSite

    Hi everyone. I wana ask to the experianced person that is it possible to make the exact replica of a website's android app ? I mean of I have a …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Is there any importance for URL AGE ?

    Domain age plays a big role in SEO directly because it tells Google that the website has been around awhile, and is most likely a legitimate company, and not a …
  • Member Avatar for Dani
    Dani

    Began Watching Is there any importance for URL AGE ?

    One of my client he have a domain whcih is example.ae from the last 9 years. Now I have desinged the website for him and need to host the website. …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, I'm Leopold II

    HI Fred! Welcome to DaniWeb. I hope you stick around and join our little community here. I'll try to remember to refer to you as Fred when I see you …
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, I'm Leopold II

    Hello, Just wanted to say hello as I found the site today and joined up. And for the record to save time name is Fred not leo. I alway choose …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Database of clothing shop

    Sorry, I'm not understanding your question. What are you trying to accomplish? Are you trying to build a database for an ecommerce clothing store?
  • Member Avatar for Dani
    Dani

    Began Watching Database of clothing shop

    Database of clothing shop
  • Member Avatar for Dani
    Dani

    Replied To a Post in eu nao sei que quero saber nao me chateia

    Sorry, we're just an English only community, but I assume you're trying to say Hello World :)
  • Member Avatar for Dani
    Dani

    Began Watching eu nao sei que quero saber nao me chateia

    printf("Olá mundo");
  • Member Avatar for Dani
    Dani

    Replied To a Post in Mobile owner Information

    Also, don’t underestimate the power of social media. It’s common for employers to stalk potential employees on Facebook to get the inside scoop into what they aren’t saying on their …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Mobile owner Information

    There are lots of tools online where you can verify the identity of people. Most cost money. One of the more reputable ones I could recommend is WhitePages.com
  • Member Avatar for Dani
    Dani

    Began Watching Mobile owner Information

    I am starting an online business with an American lady. I don't know anything other than her phone number. So want to verify her records.
  • Member Avatar for Dani
    Dani

    Replied To a Post in $ array = array ('Main', 'Photo Gallery', 120, 'Rustam', 'Services', 'Lesso

    I get this is a homework question, and we typically won't just do someone's homework for them without them showing any effort themselves, but I think this can be a …
  • Member Avatar for Dani
    Dani

    Began Watching $ array = array ('Main', 'Photo Gallery', 120, 'Rustam', 'Services', 'Lesso

    $ array = array ('Main', 'Photo Gallery', 120, 'Rustam', 'Services', 'Lesson 12', 'Link'); This array also contains menu items for the web page. Describe the required menu items in HTML …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Check if there is a duplicate username in MySQL database

    Post comments show up when you vote on a post and provide a comment while doing so. If you revoke/change your vote, your comment gets deleted as well. I received …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Check if there is a duplicate username in MySQL database

    This is very weird. Papa Don, I just got an email saying you commented on my post writing: > Dani, I see your point. You are correct that I am …
  • Member Avatar for Dani
    Dani

    Edited When will I die?

    Maryam army bts _love
  • Member Avatar for Dani
    Dani

    Replied To a Post in When will I die?

    Huh??!!
  • Member Avatar for Dani
    Dani

    Began Watching When will I die?

    Maryam army bts _love
  • Member Avatar for Dani
    Dani

    Replied To a Post in i want the answer to this question please help out this is urgent i ask

    This appears to be a homework question. What does it mean by formulate an average reward problem? Is this a coding challenge? What have you tried so far? Where are …
  • Member Avatar for Dani
    Dani

    Began Watching i want the answer to this question please help out this is urgent i ask

    each quarter the marketing manager of a retail store divides the customers into two groups based on their purchase behavior in the previous quarter. The classes are denoted by L …
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, i'm Dpdz

    Also ... it looks like you signed up 5 days ago and posted this topic 5 days ago as well, right after you signed up.
  • Member Avatar for Dani
    Dani

    Replied To a Post in Hi everyone, i'm Dpdz

    Hi there and welcome to DaniWeb!!
  • Member Avatar for Dani
    Dani

    Began Watching Hi everyone, i'm Dpdz

    I don't know how, or I just don't remember when I sign up but I hope this grows and it's successful. `eyeyey`
  • Member Avatar for Dani
    Dani

    Replied To a Post in inserting into mysql database through php

    Hi, You had posted your code just as plain text, so I converted it to a code snippet. However, I'm confused by the reason for your post. Do you have …
  • Member Avatar for Dani
    Dani

    Began Watching inserting into mysql database through php

    <?php $pdo = new PDO('mysql:host=localhost;port=3306;dbname=crud', 'root', ''); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $title = $_POST=['title']; $description = $_POST = ['description']; $price = $_POST = ['price']; $date = date('Y-m-d H:i:s'); $products = $statement = …
  • Member Avatar for Dani
    Dani

    Edited inserting into mysql database through php

    <?php $pdo = new PDO('mysql:host=localhost;port=3306;dbname=crud', 'root', ''); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $title = $_POST=['title']; $description = $_POST = ['description']; $price = $_POST = ['price']; $date = date('Y-m-d H:i:s'); $products = $statement = …
  • Member Avatar for Dani
    Dani

    Edited inserting into mysql database through php

    <?php $pdo = new PDO('mysql:host=localhost;port=3306;dbname=crud', 'root', ''); $pdo->setAttribute(PDO::ATTR_ERRMODE, PDO::ERRMODE_EXCEPTION); $title = $_POST=['title']; $description = $_POST = ['description']; $price = $_POST = ['price']; $date = date('Y-m-d H:i:s'); $products = $statement = …

The End.