11,530 Posted Topics
Re: Hi there! Nice to meet you!! :) Welcome to DaniWeb. | |
Re: The error the original poster in this thread had was they had a form that pointed to a page that doesn't exist. If you're getting the same error message as them, you most likely have the same problem. On line 23 of the code you provided, you have: <form action="" … | |
Re: Ummm, what are you trying to say?? | |
Re: I think you're conflating to things. The first thing is reputation points. That's the little badge next to your username with a number next to a trophy icon. You gain reputation points whenm people leave comments on your posts. The other thing is the little text next to your username. … | |
Re: Which lines in the code above correspond to lines 118-120 of public.php? Also, I'm including the image here for reference.  | |
Re: What happens if you put `var_dump($toprated);` after the third line of the code you provided above. This way, for debugging purposes, we can see exactly what the $toprated object looks like. However, I think I see your problem. I see in the errors you're getting that you're trying to use … | |
Re: It's a good start. Let me just tell you, the first thing I noticed was you have variables a, b, and c. But what are they? What do they represent? Variable names should always be indicative of what they do. Also, comments would help ;) Here is a start ... … | |
Re: Sorry, I'm confused what it is you're trying to do? | |
Re: Content isn’t just for the benefit of the OP. Regardless of motivation behind why it was started in the first place, there’s nothing wrong with having the discussion. 99.5% of our traffic comes from people coming from a google search to read a discussion whose participants are long gone. Plus, … | |
Re: Are you using a CSS framework such as Bootstrap? | |
Re: I'm not quite sure what you're asking. What is PHF? This is the PHP forum. And fragmentation isn't a thing, that I know of, in PHP. | |
Re: You need an FTP client to upload a file from your local computer to a web server. You can download one of many free ftp clients. Linux, MacOS, and Windows have simple clients built in as well. As a reminder, you will need a user account with ftp privileges on … | |
Re: So AJAX stands for asynchronous javascript and xml, and I use jQuery for all my AJAX commands. Are you having an Ajax issue going on? | |
Re: For me, the best experience has come from reading webmaster forums and then experimenting. Check out Digital Point, Sitepoint, Black Hat Forums, and WebmasterWorld. WebmasterWorld used to be the beer resource for me years ago, but I’m not sure how they stack up today. Also, I would highly highly recommend … | |
Re: I’m sorry to hear that. Covid time has been really hard on everyone around the world. Hang in there, and participate in virtual meetups. | |
Re: What is the value of `Session["Items"]`? | |
Re: What’s the assignment, how far have you gotten, and where do you need help? We can try to help you with it. However, if you’re looking for someone to do your project for you, check out sites such as Upwork. | |
Re: Huh?? I have no idea what you’re asking. What project? Is it a project you’re working on? Is it a homework assignment? Huhhhhh?? | |
Re: No worries, rproffitt! Just add some pressure and you’ll have yourself diamonds in no time. | |
Re: Please show the work you have and where you’re stuck. We are a free community of members helping members, and so you’re going to have a rough time convincing people to just do your homework entirely for you for free. | |
Re: Hi there! So nice to virtually meet you. | |
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. |
The End.