11,557 Posted Topics
Re: > Thanks for the comment. That makes me think you need to use the following function to convert numerics to strings. PHP is an untyped language. There's no need to type cast it to a string. Use the PHP substr() function to get the digit you want (first, last, middle.) | |
Re: Sorry, most community members here won’t take the time to help you unless you put in some effort. Show us what you have tried so far and where you’re stuck or what isn’t working. We have nothing to gain by doing someone else’s homework for them. | |
Re: I'm sorry, I'm still very confused what you're trying to do. I see on line 14 of the code above, you have `$_GET['name']`. That means that the page is meant to be loaded as file.php?name=Foo with a query string like that. If you're talking about clicking the Submit button on … | |
Re: As rproffitt suggets, it's possible that the version of PHP you're running does not allow `checkdnsrr()`. Are you running PHP on a Windows web server or Linux? Do other network-related PHP functions work? | |
Re: This seems incredibly inefficient. I can think of three ways to do this: 1. Each time you want to perform a search, open each text file, one by one, search if the word exists in that file, and then spit out the files that matched. 2. Create a database (e.g. … | |
Re: Are you getting any notices or warnings in your error log? Temporarily use debug mode to write all php notices/warnings to the error log. | |
Re: I don’t have experience with CI4 but I wrote DaniWeb on CI3. What do you mean about double login? Maybe I can do some research and help. | |
Re: Hi, it’s nice to meet you. How does your service compare to Upwork or Fiverr? I get that fiverr started out as everything for $5 and up, and I guess from your name, you’re starting out at $6 and up? Isn’t that like starting a new $2 Store when there’s … | |
Re: I don't have the time right now to read your code, but you could use javascript to make an HTML button disabled after clicking it, until it's processed by the server. Personally, I use jQuery, but I do realize jQuery is going out of favor recently. | |
![]() | Re: Hi there. Nice to meet you! We have a VBA, C#, and digital marketing community here at DaniWeb. What about digital marketing interests you? Are you looking to promote a .NET project you're working on? |
Re: What is Robux?! Never heard of it. Is it a digital currency of some kind? How do you get it? And why are you panhandling? | |
Re: I've noticed that really strong articles with an overly simplistic UI tend to be linked to the most, and as a result, carry the most authority. ![]() | |
Re: Oh hey there! So nice to meet you. Welcome to DaniWeb. I hope you’ll stick around here. We have a digital marketing community to get tips to promote your blog. | |
Re: What don’t you understand? DaniWeb is a community of members helping members with their programming and other tech questions. | |
Re: I think the reason you haven't gotten any responses, even though it's been a full week already, is because you're not really explaining the question you have. I see your query `$query="select * from voiture";` ... is that not what you want? Do you need help coming up with a … | |
Re: Sorry, we won't just do your homework for you. Please show us what you have tried so far and where you're stuck, and we'll try to help. | |
Re: Payment gateways? Paypal, Braintree, and Stripe. Like those? | |
Re: Look into Amazon Web Services (AWS). There can be a bit of a learning curve, but it’s apay-as-you-go pricing model, and it can grow with you from inception to enterprise. It’s great for startups that want to grow fast and have unpredictable traffic patterns. | |
Re: I have absolutely no clue what you're talking about. Huh??!! | |
Re: I certainly don't associate the word hacker with anything illegal or nefarious. To me, a hacker is someone who doesn't just follow the manual but is an out-of-the-box thinker who is capable of using things (could be technologies, products, etc.) in non-traditional, creative ways to his or her benefit. In … | |
Re: emmastone, I checked out your site: Way, way, way too many third-party Javascript + jquery libraries. Horrible for SEO. Horrible for site usability. rproffitt, Those are well-known analytics tools, but they take knowledge and experience to know how to interpret the data and make it actionable. | |
Re: It matters a ton from personal experience. DaniWeb is an English-based site but unfortunately most of our back links are not on English websites. The result is most of our organic traffic originates from non-English speaking countries. | |
For me, I added some DaniWeb features, completely refactored the CSS, and baked for the first time in my life. My fiancé and I even had a bread bake-off. | |
Re: > This thread is a continuation of a conversation that I started here. As Dani correctly pointed out, the discussion belonged in its own thread and should not have taken over the thread in which it started. It wasn't my intention to hijack that thread (and I apologize) but that's … | |
Has anyone started working with PHP 8 yet? Any big backwards compatibility issues? I finally got around to upgrading to php 7! Lol better late than never. | |
With the launch of Oculus Quest 2 (I have the original Quest), I was wondering if anyone had any favorite games they could recommend. I’ve been having a lot of fun with Tetris Effect somewhat recently. However, I’ve been getting a lot of migraines and have tried to avoid VR … | |
Re: Hi Mark. Where in NY are you? What college? I'm from Long Island and went to Hofstra. | |
Re: Where in NY are you from? Born and raised on Long Island, but I moved to California 4 years ago. | |
| |
Re: Some more context would be great. Why do you believe that connecting to a database would solve PHP from “stopping”? Can you please describe what you mean by stopping? Is it going too slow? Is it crashing? Databases are typically meant to give you access to information storage, not to … | |
Re: > Hey. I am an affiliate marketing, would love to know which antidetect are you using? I need your help. Sorry, I'm not familiar with what an antidetect is? What are you trying to accomplish? | |
Re: Our allowable file sizes are pretty generous. Is the image multiple megs in size?? | |
![]() | |
Re: Sounds to me that the software must exist because it’s in use by many different businesses. Call a psychic and call for phone sex are some of the seedier businesses that I’m sure use this type of technology. But it also exists for call for attorney help and that sort … | |
Re: Hi there. Welcome to DaniWeb :) It does, however, seem like you are in India. | |
Re: Hi there and welcome back! I’ve spent the past 20 years just running DaniWeb. Over the past six years or so, I also opened up a tech coworking space in Queens, patented the algorithm that DaniWeb uses to match question askers with potential answerers, and made a dramatic life change … | |
Re: Is that your company? What do you do for them? | |
Re: So sorry for not seeing this question until now. This can be managed yourself, through a database. However, you don't need a subdomain for each traffic source. You can easily pass in a UTM parameter for each traffic source, which has the added benefit of being recognized and stored in … | |
Re: `$_POST['user_ans']` will always be just a single value of the textbox. What does your HTML code look like where there are multiple textboxes where the user types in multiple answers? | |
Re: Video content can be important to getting the details across. For example, many people do their initial research online and then May travel to the local store to see the product in person and physically see what it is they’d be getting before making the purchase. With Covid, seeing items … |
The End.