-
Replied To a Post in creating nice thing with code
Are you looking for someone else to do a project with you, and to partner with them by exchanging ideas and sharing knowledge to accomplish the project? Or are you … -
Began Watching creating nice thing with code
Hello guys, how are you all doing ? Guys there someone there, who is interested in building a project together ? to connect exchange ideas and knowledge -
Replied To a Post in How do i make this complex ER Diagram
It just seems as if you have copied and pasted a homework assignment. We will definitely go out of our way to help you here at DaniWeb, but please help … -
Began Watching How do i make this complex ER Diagram
An equipment company wishes to create a database to support the hiring of tools and machinery to clients. The company has three types of equipment: power tools, such as drills … -
Replied To a Post in What Is The Value of $data ?
Data is just an associative array of table fields and their values. -
Began Watching What Is The Value of $data ?
Hello, I do not see $data defined, so what is it ? ```` function prepared_insert($conn, $table, $data) { $keys = array_keys($data); $keys = array_map('escape_mysql_identifier', $keys); $fields = implode(",", $keys); $table … -
Replied To a Post in How To Confirm Sql Row Update Using Prepared Statements?
I don’t use PDO either. Rather, I wrote my own ORM library for DaniWeb that let’s me do things such as: // Build a new post $post_obj = new Post(array( … -
Replied To a Post in Content Security Policy / PayPal
Did adding the PHP code: header("content-security-policy: form-action 'self' https://www.paypal.com"); to your PHP page that contains the PayPal button not fix your problem? CSP is simply an HTTP header that gets … -
Replied To a Post in js works locally but not on server
> if your page is hosted on https then use <script src="https//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> else us <script src="http//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> I think you meant https:// vs http:// (you forgot the colon) Alternatively, you can … -
Began Watching js works locally but not on server
<!DOCTYPE html PUBLIC > <html> <head> <title></title> <link rel="stylesheet" type="text/css" href="css/main.css" /> <script src="js/jsimageslider.js" type="text/javascript"></script> <link rel="stylesheet" type="text/css" href= "css/generic.css" /> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script> </head> <body> <div id="dm1"> <div id="dm1Inner"> <h1 … -
Gave Reputation to JorgeM in js works locally but not on server
Your reference to the ajax file seems to be incorrect. you are missing "http:" `<script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>` Also, make sure you upload the script to the js folder on the server. … -
Replied To a Post in How to pass two variables in a php url
OK, so then looking at the URL `"$click?$namehref"` it looks like that translates to a URL such as `https://nerjabible.com/output/linkcounter.php?<some directory name>` Query strings need to be a key-value pair, meaning … -
Replied To a Post in Content Security Policy / PayPal
As I came across your recent rant about CSP, is it still giving you trouble? Can I provide more assistance? -
Replied To a Post in some Qs abt CSP
I’m sorry you’re still having issues with CSP (I can see if I can help you more in the other thread) but the OP here is referring to something different … -
Began Watching some Qs abt CSP
Hey, guys~~ I have some questions about CSP Is simple hill-climbing a complete algorithm for solving CSPs? and if a CSP is only with unary constraints, is it sure to … -
Replied To a Post in How to pass two variables in a php url
Can you please clarify exactly what the values of the variables $name, $namehref, and $click are? -
Began Watching How to pass two variables in a php url
I want to pass two variables in a php url at present I have $line = "<a href=\"$click?$namehref\"><font color='red'>$name</font> </a>"; When I click the link it displays the $click variable, … -
Replied To a Post in How To Confirm Sql Row Update Using Prepared Statements?
I'm sorry, I actually don't have any experience with prepared statements. I should be using them, but I'm not. -
Replied To a Post in Pass POST parameter to other file
I already pointed that out to him via private chat the other day. Sorry for not repeating it here. I think he was ultimately able to get it to work … -
Edited What is the benefit of contact center solution to retailing?
Can I get the answer how can call center solutions benefits my retailing business? -
Replied To a Post in Change-a-Letter-or-Two-Game
def**l**at**e** -> defeat -
Replied To a Post in So AI content, even examining and comparing might hurt SEO. What about?
> What about a video such as https://www.youtube.com/watch?v=pspsSn_nGzo where we see about turbocharging our programming with AI. You linked to a 17 minute video of a guy named Dave explaining … -
Began Watching So AI content, even examining and comparing might hurt SEO. What about?
What about a video such as https://www.youtube.com/watch?v=pspsSn_nGzo where we see about turbocharging our programming with AI. Again, I feel that it's not acceptable in this site to name a specific … -
Edited Combine and copy data from two listboxes to a third
Hello, I am fairly new to VBA development trying to upgrade my employee training database in VBA from a single listbox with single line select/add/edit capability to one that pulls … -
Gave Reputation to Reverend Jim in Change-a-Letter-or-Two-Game
realize -> recline -
Replied To a Post in Change-a-Letter-or-Two-Game
Decline -
Replied To a Post in Is there a replacement for Webs.com ?
I've never heard of Webs.com and, to be honest, this is a big ask because I actually haven't heard of any free web hosting companies in the past decade. Many, … -
Began Watching Is there a replacement for Webs.com ?
Hi, I'm looking for a replacement for FREE web hosting, since Vista Print bought Webs.com and ruined it for everyone. I cant find a place to transfer my HTML code … -
Edited Is there a replacement for Webs.com ?
Hi, I'm looking for a replacement for FREE web hosting, since Vista Print bought Webs.com and ruined it for everyone. I cant find a place to transfer my HTML code … -
Created How do I track post-conversion flow in GA4?
In light of being forced against my will, kicking and screaming, to use Google Analytics 4, can someone please walk me through how to pull up a report of where … -
Began Watching How do I track post-conversion flow in GA4?
In light of being forced against my will, kicking and screaming, to use Google Analytics 4, can someone please walk me through how to pull up a report of where … -
Replied To a Post in Change-a-Letter-or-Two-Game
Wow, that one was so tough that, after 3300+ responses, no one found a way to follow it up in 14 years. Crazy. I'll say relief Not quite only changing … -
Began Watching Change-a-Letter-or-Two-Game
The game is as follows: You may change [I]up to two[/I] (2) letters in the given example by either: [LIST] [*]adding one\two letters [*]removing one\two letters [*]adding one letter, removing … -
Replied To a Post in counting lesson(for the slow among us)
Did we skip some numbers? 4609 -
Began Watching counting lesson(for the slow among us)
lets waste some web space by counting i will start us off 1 -
Replied To a Post in Wierd BUG with USER location
The reason for using the other method is if the end-user is using a proxy server. The method you have in `getUserIpAddr()` is actually the more thorough way of getting … -
Replied To a Post in Disavowed URLs excluded from GSC?
> Yes, URLs submitted to Google in a disavow file are excluded from the list of external links in Google Search Console. It's very odd that you say that. After … -
Replied To a Post in Wierd BUG with USER location
I'm not spotting the difference between the two code blocks you have here other than, in the first one, you echo $country and in the second one you don't. Also, … -
Began Watching Wierd BUG with USER location
I have this code <?php // Connect to the database $servername = "localhost"; $username = ""; $password = ""; $dbname = ""; // Create connection $conn = mysqli_connect($servername, $username, $password, … -
Replied To a Post in Add blank spaces in a string after 4 digits..
Sorry for the belated response here, but is there a reason that the native JS `trim()` function couldn't be used on the string, after the regex already does its job … -
Began Watching Add blank spaces in a string after 4 digits..
i want to know is there any inbuild function to add spaces in javascript after particular interval..!!? there is string '00009999' i want to add blank space 0000 9999 after … -
Created Disavowed URLs excluded from GSC?
Are URLs submitted to Google in a disavow file excluded from the list of external links in Google Search Console? -
Began Watching Disavowed URLs excluded from GSC?
Are URLs submitted to Google in a disavow file excluded from the list of external links in Google Search Console? -
Replied To a Post in Google Analytics 4 is almost here, ready or not
Google doesn't take the same approach as Apple, for example, does with their annual WWDC events. There's also nothing novel to really share about GA4. Google has already been pushing … -
Replied To a Post in Pass POST parameter to other file
The URL structure in your PHP code looks as so: `<a href="complete.php?id=<?=$offerid?>">` `$offerid` is whatever the value of `$offer->offerid` is. That value is coming from the JSON file retrieved from … -
Replied To a Post in Google Analytics 4 is almost here, ready or not
That's why I said that the issue is with website publishers. Publishers are online content producers who provide information, articles, social media, etc. in exchange (typically) for advertising. Either way, … -
Replied To a Post in Pass POST parameter to other file
On line 145, you have `<a href="complete.php?id=<?=$offerid?>">` I'm not seeing how `$name` is built into the URL (e.g. there's no reference to `$adLink`) but I am also not seeing in … -
Began Watching Pass POST parameter to other file
I am having a problem passing a `$_POST[]` parameter to another file via the URL. Look at the line 34 and 138. The line 34 is getting the URL parameter … -
Replied To a Post in Google Analytics 4 is almost here, ready or not
> That's one of the components that makes the AI that I won't name so attractive to users. Yes, it makes ChatGPT attractive, but, as I keep saying, what ChatGPT … -
Replied To a Post in Google Analytics 4 is almost here, ready or not
Google has been doing AI-powered responses for many, many years now, but a lot of people think they’re going to massively step it up. There have already been some screenshots …
The End.