Count has not been deprecated, but I noticed after updating my website to PHP 7.4 that some MySQL functions operated somewhat differently.
For now I would get rid of the IF statement until we can...
Type: Posts; User: james438; Keyword(s):
Count has not been deprecated, but I noticed after updating my website to PHP 7.4 that some MySQL functions operated somewhat differently.
For now I would get rid of the IF statement until we can...
I guess I would need to see what the data is that you are working with, however I do see one error.
Try changing:
$result4 = mysqli_query
to:
Please search online first before asking this.
Let's simplify this a bit.
$lineItem = explode ("*", $bigData);
divides the array based on "*".
In the case of $bigData="a*b"; you have:
I wonder if he is looking for something like this?
<form action="/index.php" method="post" name="editform">
<input type="image" src="/images/pops/icon_smile.gif" title=":)" value=":)"/>
</form>
I have not looked too closely, but I notice that this one line does not do anything:
str_replace (" ", "", $bigData);
It should be something like:
$bigData = str_replace (" ", "",...
It is not very obvious, so here is your code and my code side by side. The parentheses highlighted in yellow was moved to the outside as seen in the second example where it is correct.
...
There appears to be a typo in your code. Try this instead:
<?php
$_SESSION['sessionCounter']=9;
$_SESSION['limit']=8;
$percentage = (round(((($_SESSION['sessionCounter'] /...
I wouldn't say that any rules were broken. This is a casual thread and relevant links are more likely to be allowed.
In general, the longer a person has been a member along with a higher post...
Open the PNG image in MS Paint and then save as JPEG format.
I removed the link to your website. Generally we discourage self-promotion until after you are an established member.
For clarity, please limit posts to English or Code.
Closing as this thread is beginning to attract spam.
To answer the first question, all of the responses that have been posted and subsequently deleted were spam; mostly asking people to buy shirts, drugs, or promoting sports. Regarding the answer to...
I can delete it if you want. These types of errors are not always the easiest to locate because the error message almost always points away from the source of the error.
I have not looked very closely at your script, but you appear to be missing a closing " related to this line
echo "This is line 73. Line 72 did not print.<br />;
Please remember that Adobe is the best place to ask. I do not have Adobe Photoshop or Windows 10 and I don't want to inadvertently cause additional problems for you.
That being said, your...
It is best to check with Adobe regarding this, however, I did find the following solution:
...
You might be interested in Avatar Maker.
I have only used GoDaddy web hosting myself, so I can't really speak on other hosting services, but I just noticed that you are using Wordpress which I also use. Wordpress is a bulky program and...
Can you elaborate and clarify? If you have a question related to a thread that is more than 30 days old, please start a new thread.
I'm sure this can be improved upon, but try this:
<?php
$arr="1 this is list item 1.
2 this is list item 2
3this is list item 3";
$arr=explode("\r\n",$arr);
foreach ($arr as &$value)
I could probably create a short php script that will do what you want, but I need to take care of a few things first. I'll try to have it for you by tomorrow at the latest.
Your post accidentally got flagged as spam. Our spam filter can be overly strict with new visitors.
One thing that I note, and it may cause troubles later if not already, is you have one column...
John passed away nearly a year and a half ago. As a general rule, if it has been more than a couple months since anyone has posted in a thread, you should start a new thread. If you need to...