-
Replied To a Post in how I put code blocks in the forum topics?
Sorry for the struggle. -
Replied To a Post in how I put code blocks in the forum topics?
Were you able to do that from your phone? -
Replied To a Post in how I put code blocks in the forum topics?
Here is a link to more information on how to post code: https://www.daniweb.com/welcome/syntax -
Replied To a Post in how I put code blocks in the forum topics?
Do you have any lines of code that include { or } that are not indented by at least 4 spaces, with a blank line above/below? -
Replied To a Post in how I put code blocks in the forum topics?
But … umm … are you *really* posting code blocks from your phone? -
Replied To a Post in how I put code blocks in the forum topics?
Yes, on a smartphone, we currently are not showing our full editor. This is on our list of future improvements. As of right now, our full editor is not mobile … -
Created Muti-step filterable Gallery in WordPress
Hi, I am looking to create a multis-step filterable gallery as shown in the attached image. I am using wordpress Please help!  -
Replied To a Post in Help me with Implementing Lazy Loading using Google Publisher Tag
I'm so sorry for not seeing this post until now. Unfortunately, I'm 3 months too late. Were you able to get this question answered? I struggled with the same thing … -
Began Watching Help me with Implementing Lazy Loading using Google Publisher Tag
So I want to lazy load ads to improve my site performance. I tried but ads are not appearing. I must be doing some mistake. I am using this code … -
Replied To a Post in how I put code blocks in the forum topics?
In the editor toolbar, click the third button from the left. As Jim points out, it looks like `</>`. If you hover over it, it should say 'Code Block' in … -
Began Watching how I put code blocks in the forum topics?
Can someone help me -
Edited Convert semi diode to c#
1.2 Convert the following classes to valid C# classes: SemiDiode + ForwardV {get; set; }: Double +ReverseV (get; set; }: Double +BreakdownV {get, set; }: Double + Semi Diode) + … -
Replied To a Post in Program to find out the roots of a quadratic equation
Before we can code this, we need to understand how we calculate it, so we know what to tell the computer to do. How do you find the roots of … -
Began Watching Program to find out the roots of a quadratic equation
Program to find out the roots of a quadratic equation -
Replied To a Post in Write an algorithm to find average of 10 number
Create a loop that executes 10 times With each iteration of the loop, ask the user to input a number Each time a number is entered, add its value to … -
Began Watching Write an algorithm to find average of 10 number
Write an algorithm to find average of 10 number -
Replied To a Post in Algorithm and Data structure, Web designing
Welcome, but I’m confused by your question. Data structures and web design are two very different things. What are your goals? -
Began Watching Algorithm and Data structure, Web designing
I want to explore more for my topics at any costs -
Replied To a Post in Hi everyone, I'm Hailelucus
Hi and welcome to DaniWeb!! -
Began Watching Hi everyone, I'm Hailelucus
Hi! My name is Hailer Lucus and I am an experienced professional article and web content writer. I do not settle for anything less than the best that I can … -
Edited Hi everyone, I'm Hailelucus
Hi! My name is Hailer Lucus and I am an experienced professional article and web content writer. I do not settle for anything less than the best that I can … -
Gave Reputation to mohammad reza_1 in ctrl-z to end loop
here is a code to read an array of characters until user press CTRL+C void read_ctrl_z(char *x){ int i = 0; while (true) { x[i++] = getch(); if(x[i-1] == 26) … -
Replied To a Post in curl response specific value get
I realized that in your post, you included the URI to fetch the cURL request: https://livehealth.solutions/getAllTestsAndProfiles/?token=3f115cd0-c79b-11eb-b07b-0aa43715764a Therefore, I'm able to see the complete response and provide you an accurate answer. … -
Replied To a Post in curl response specific value get
Line 14 of your code converted the JSON returned from the cURL request into a PHP object. Typically, you would do something such as `$resArr->profileTestList[0]->testCode->testID->name` or something roughly like that. … -
Began Watching curl response specific value get
$curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://livehealth.solutions/getAllTestsAndProfiles/?token=3f115cd0-c79b-11eb-b07b-0aa43715764a', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET', )); … -
Edited curl response specific value get
$curl = curl_init(); curl_setopt_array($curl, array( CURLOPT_URL => 'https://livehealth.solutions/getAllTestsAndProfiles/?token=3f115cd0-c79b-11eb-b07b-0aa43715764a', CURLOPT_RETURNTRANSFER => true, CURLOPT_ENCODING => '', CURLOPT_MAXREDIRS => 10, CURLOPT_TIMEOUT => 0, CURLOPT_FOLLOWLOCATION => true, CURLOPT_HTTP_VERSION => CURL_HTTP_VERSION_1_1, CURLOPT_CUSTOMREQUEST => 'GET', )); … -
Replied To a Post in Toshiba charger light on but wont turn on
Katherine, are you the same person as Eerol? I'm confused. -
Began Watching Toshiba charger light on but wont turn on
So today i went on a long trip to san diego, so i stopped at a hotel and i decided to turn on my toshiba to play some games, the … -
Replied To a Post in What is the best way to identify fake Twitter followers?
> Here I want to see some facts. Give me the study results. What facts? What study results? This is a very simple question. It doesn't need any deep analyzing … -
Replied To a Post in What is the best way to identify fake Twitter followers?
Identifying fake Twitter followers is definitely a real and potentially important thing. There are quite a handful of companies that do it. FollowerAudit, Twitter Audit, etc. -
Began Watching What is the best way to identify fake Twitter followers?
Hey, is there any way to identify if someone has fake followers -
Replied To a Post in Hi everyone, I'm KatherineKing
Hi there and nice to meet you!! Welcome to DaniWeb. -
Began Watching Hi everyone, I'm KatherineKing
Hello, glad to join your community. I hope to learn a lot from you! -
Replied To a Post in Targeting gay community online
> Not front lines but inventory control, setting up the displays and working with management to share when a killer deal could be had so we could align advertising with … -
Replied To a Post in Targeting gay community online
> My first thought was "they need to grow their team." One of the biggest mistakes that young startups can make it to grow their team too quickly. In this … -
Replied To a Post in Targeting gay community online
> I should have noted the college courses here. But I get the feeling that's not acceptable. I'm not sure what you're referring to. Have a feeling that what's not … -
Replied To a Post in Write a program using function to find the value of array C from add array
What is array C? What is the add array? What is the number 7? So many questions! -
-
Replied To a Post in Targeting gay community online
Don’t listen to rproffitt. Don’t take any marketing courses! Nearly all marketing courses are scams. Not only that, but they won’t teach you any tricks to make your site popular. … -
Began Watching Targeting gay community online
Hi I'm gay but not a marketer, I'm a developer. Currently I'm working on non-adult gay website/community. I'd like to get potential users before I go any further. I'm not … -
Replied To a Post in easy and quick way to create image table for web .
Just google for a free php-based photo album. It should be the easiest to set up and I’m sure there’s tons of them. Also, I’m not sure what this is … -
Began Watching easy and quick way to create image table for web .
It has been a few years since I actually did real coding... well a few years since i had a job for that. Just dumping about 1000 photos from a … -
Edited movies download
movies download please -
Replied To a Post in movies download
Huh?? Sorry, I’m not understanding. Netflix? -
Began Watching movies download
movies download please -
Edited Hi everyone, I'm New Ethiopian m
Java -
Replied To a Post in Hi everyone, I'm New Ethiopian m
Hi and welcome to DaniWeb. -
Began Watching Hi everyone, I'm New Ethiopian m
Java -
Replied To a Post in if(isset($_GET)) part is not functioning
Based on the code you've provided, it is impossible for the query `UPDATE staff SET status = 'verified' WHERE activation_code = '$activation_code' LIMIT 1` to be executed if it's saying … -
Began Watching if(isset($_GET)) part is not functioning
I need help for my code after the user done register for their new account in my system. Here is the verification link that the user will receive via email …
The End.