11,557 Posted Topics

Member Avatar for zak99
Member Avatar for Dani
1
92
Member Avatar for MUHAMMAD_289
Member Avatar for Griffin_3
Member Avatar for Dani
0
186
Member Avatar for wackyal

Sorry for my late reply, but I just came across this thread trying to find a more efficient way than I currently am doing, but here's what I have so far: // Store valid emails $emails = array(); // Use regex to find all email-like matches $regexp = '/([a-z0-9_\.\-])+\@(([a-z0-9\-])+\.)+([a-z0-9]{2,4})+/i'; preg_match_all($regexp, …

Member Avatar for Dani
0
4K
Member Avatar for Siti_4

The first portion of the assignment says that the program should be object oriented with a constructor with attributres brand, model, year, and price. Therefore, what we're talking about is a program which has different Car objects. Each Car object is a type of Car, with its own combination of …

Member Avatar for JamesCherrill
0
91
Member Avatar for Dani

DaniWeb was written in Codeigniter, and when posting to the forums, we use database transactions that look like this: $this->db->trans_start(); ... insert into the posts table ... ... update the member's post count ... ... update the tags table ... etc $this->db->trans_complete(); On occassion, the error log will show for …

Member Avatar for Dani
1
4K
Member Avatar for RobertFromBk

The existing Facebook groups are all now-abandoned fan groups started by members many years ago. What would be the benefit to creating an official Facebook group or groups on other social media sites? What would be posted there? What would be the benefits to utilizing it? The purpose of the …

Member Avatar for Dani
0
51
Member Avatar for RobertFromBk

From an app development perspective, developers would typically use different tools and technologies based on the platform and form factor of the device it's intended to run on. For example, software created for Windows doesn't automatically work on macOS, software created for iPhones doesn't automatically work on Android, etc. Software …

Member Avatar for rproffitt
0
78
Member Avatar for Battlecode10

All of the variables in your Hangman class are private or protected, meaning they are only accessible to objects of the class itself, or to objects of classes that inherit from that class. You need methods within the Hangman class that manipulate or retreive the variables.

Member Avatar for Dani
0
79
Member Avatar for Mnashmanne

This just seems like you want someone to do your homework assignment for you. We will help you, but we won't just do your work for you for free. Please show the code you have so far and where you're stuck or need help.

Member Avatar for rproffitt
0
99
Member Avatar for miller8779
Member Avatar for theayoubkhan313

Give people a reason to come back. Give them the ability to create an account and then show them personalized content if they're logged in. In my experience, starting a mailing list has been the best way.

Member Avatar for theayoubkhan313
0
47
Member Avatar for Richard Dickson

Please clarify what you mean as to how will you get paid? We are a free community of members helping each other. DaniWeb Connect is a paid product where you pay micropayments to be matched with other members who fit criteria. (Or $5 for unlimited matches).

Member Avatar for Dani
1
98
Member Avatar for Donnolic

I don't know .NET, but I've written an API before, and this is a bit of a loaded question. What exactly do you mean by you're looking to use an API instead of a direct connection to the database? Do you mean to just create classes that abstract away the …

Member Avatar for Dani
0
87
Member Avatar for ChrisJ

There are two very different ways to accomplish what you're asking. The first is, as I believe has been suggested above, to use Javascript to create a scrolling message that overlays on top of where you would display your video on a website. Remember, everything in a DOM document (webpage) …

Member Avatar for rproffitt
0
206
Member Avatar for pawandeep436

Taking a look at this header: header("Content-Type: application/pdf/jpg"); header("Content-Disposition: attachment; filename=\"" . $filename . ".rar\";"); What type of file are you trying to give to the user? Is it an application? A PDF? A jpg? A rar file?

Member Avatar for Dani
0
43
Member Avatar for mildered

They had a spam link embedded in their post, which I removed, so I'm not so sure their question was genuine.

Member Avatar for Dani
0
75
Member Avatar for pooja9990gupta
Member Avatar for LBM_178

What is your existing business model and in what way are you hoping to automate it, that is currently being done manually?

Member Avatar for Dani
0
42
Member Avatar for gilcalisto
Member Avatar for lalamohan412
Member Avatar for MrNoTech
Member Avatar for apu_923

The code for the backend depends on how you're storing this data, if you're using a PHP framework, and oh so many things. Do you already have PHP code set up to connect to a database and store user profiles? I see this is an Account Setting page, so I …

Member Avatar for Dani
0
75
Member Avatar for Asish_1

There's a setting in Cloudflare to override expiry with a cloudflare-set setting, or to respect the origin server's headers. You need to set it to respect your server's headers or else Cloudflare will override.

Member Avatar for Dani
0
59
Member Avatar for jp844133

Sorry, this is an English-only community. Did you have a question about Java, or something you wanted to discuss with the members of the community?

Member Avatar for Dani
0
45
Member Avatar for rosh988

You don't have a semi-colon at the end of lines 11, 14, and 15. However, to fully diagnose this, please post the full PHP file as well as the full error message. The error mesage should specify what line the error is on.

Member Avatar for Dani
1
42
Member Avatar for Anthony_41

By storing information about the user id or user session as a cookie in the end-user's web browser. Keep in mind, if you just want to simply store user id as a cookie without messing with PHP sessions, encrypt it so that it can't just be changed to a different …

Member Avatar for Dani
0
16
Member Avatar for ChrisJ

If I understand you correctly, you want the second dropdown list to appear in the web browser as soon as the primary category is selected, *before* the user hits the submit button, is that correct? If so, you will need to do this on the web browser side with Javascript. …

Member Avatar for Dani
0
33
Member Avatar for Sathyaprakash

This is completely irrelevant, but perhaps it will help in the future. PHP has a built-in `filter_var()` function that automatically validates that an appropriately formatted email, URL, etc. have been typed in. The only reason I bring this up is because for some reason I thought that phone numbers might …

Member Avatar for Dani
0
269
Member Avatar for Abhirami_1

This seems like a homework assignment. What do you have so far? Where are you stuck?

Member Avatar for rproffitt
0
423
Member Avatar for Mohamed_144
Member Avatar for Ed_279

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 problem seems to be that you are using the listscores.php to point the browser to this PDF file. However, web …

Member Avatar for Dani
0
115
Member Avatar for william66876
Member Avatar for bijutoha

I say GoTo.com ... They were the first ones to do pay-per-click and the whole concept of paying to increase your rank in search engines.

Member Avatar for Dani
-1
289
Member Avatar for Ed_279

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
0
58
Member Avatar for Komlika_1

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 do it without physical access to your phone, of course. Do you have a specific question about how to do …

Member Avatar for john_111
1
2K
Member Avatar for webanvar

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 fly-by-night temp site or "doorway page". Indirectly, domain age is probably one of the most important, if not the most …

Member Avatar for deanbraiden
0
81
Member Avatar for RC_820

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 22 executes, is now: Array ( [0] => 1 [1] => 1 [2] => 1 [3] => 1 [4] => …

Member Avatar for Dani
0
53
Member Avatar for NotAceGG

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

Member Avatar for Husoski
0
105
Member Avatar for Johnny2x4

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 be able to utilize?

Member Avatar for Dani
0
22
Member Avatar for emmie_s

You shouldn't need to. The foundation of the Google algorithm is that Google follows links across the web to eventually discover, on its own, every unique webpage worthy of indexing. Part of the Google algorithm is the concept that the more incoming links there are pointing to a webpage from …

Member Avatar for amit_gupta01
0
35
Member Avatar for 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 around.

Member Avatar for Leopold II
0
23
Member Avatar for david_206

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 there might also be a way to create an app icon that functions as a URL bookmark, but I'm not …

Member Avatar for Dani
1
60
Member Avatar for Hirah imran

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
0
32
Member Avatar for renatobessa

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

Member Avatar for Dani
0
15
Member Avatar for vasantmaurya

Hi there and welcome to DaniWeb. I have over 20 years of SEO experience so feel free to ask any questions and I'll do my best to answer them.

Member Avatar for thesmartstride
3
87
Member Avatar for zain_11

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
0
42
Member Avatar for ibrohim2808

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 learning opportunity for anyone who sees this. $array = array ('Main', 'Photo Gallery', 120, 'Rustam', 'Services', 'Lesson 12', 'Link'); I'd …

Member Avatar for Dani
0
49
Member Avatar for HitNSplit

HitNSplit, may I ask what the PRIMARY and UNIQUE indexes of the MySQL table look like? The reason I ask is because you have `ON DUPLICATE KEY` specified. If the primary key for the table is username, then basically if it tries to insert a new record with a specific …

Member Avatar for Dani
0
226
Member Avatar for maryam_19

The End.